.contact-p{
    display: flex;
    justify-content: center;
}

.contact-p .container .contact-block{
    height: fit-content;
}

.contact-p .contact-box{
  flex-direction: column;
  gap: 0;
}

.contact-p .contact-box .contact-form {
    width: 100%;
}

.contact-p .contact-box .contact-info p,.contact-p .contact-box .contact-info h2  {
  display: none;
}

.contact-p .contact-box .contact-info{
        width: 100%;
}

.contact-p .contact-box .contact-info .contact-map,
.contact-p .contact-map>iframe{
 margin: 0;
 height: 400px;
}


.contact-hero {
    display: flex;
    width: 100%;
    justify-content: center;
}

.container {}

.contact-hero-title {
    width: fit-content;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
        padding: 15px 10px;
        width: 200px;
        height: 59px;
font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    background: #08302d;
    text-align: center;
}

.contact-hero-list {
    margin-top: 40px;
    margin-bottom: 100px;
    display: flex;
    gap:55px;
    justify-content: center;
    align-items: center;
}

.contact-hero-item {
    background: rgba(230, 234, 235, 0.85);
    border-radius: 12px;
        padding: 19px 10px;
        width: 350px;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;

}
.contact-hero-top{
    height: 173px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.contact-hero-svg {
width: 150px;
height: 150px;
}

.contact-hero-bottom {
 
border-top: 1px solid #000;
padding: 10px 0;
font-family: var(--font-family);
    font-weight: 500;
    color: #000;
    line-height: 140%;
}

.contact-hero-subtitle {
font-size: 20px;
}

.contact-hero-text {
    font-size: 15px;}

.contact-hero-link {
    font-size: 15px;
        color: #1ba59c;
        white-space: nowrap;
}
@media (max-width: 1440px) {

.contact-hero-list{


    flex-wrap: wrap;
}
    
}