.intel-data .container{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    

}



.def{
    width: 100%;
    max-width: 700px;
    font-size: 2.0rem;
    color: #505050;
    font-weight: 400;
    margin-top: 50px;
    border: 1px solid #956ac677;
    border-top-color: #956AC6;
    border-bottom: none;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 0 20px #0000001b;
    line-height: 1.6;
}

.def h3{
    display: flex;
    gap: 10px;
    font-size: 2.8rem ;
}

.def h3 .en-name{
    color: var(--tertiary-color);
}


.intel-data .img img {
    height: 500px;
    position: relative;
    top: -100px;
}


.intel-map{
    margin-top: 50px;
}
.intel-map h3{
    color: #EE4C4A;
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 20px;
}



#map {
    min-height: 500px;
    width: 100%;
    border-radius: 10px;
}
#map .popup-title, #map .popup-gender , #map p{
    font-size: 1.8rem;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

#map .phone{
    padding: 0;
    margin: 0;
    
}

#map .popup-button{
    width: 100%;
    background-color: var(--secondary-color);
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    display: block;
    text-align: center;
}



@media (max-width: 768px) {
    .intel-data .img img {
        display: none;
    }
    .def h3 {
        font-size: 2.0rem;
    }

    .intel-map h3 {
        font-size: 2.5rem;
    }
        
}