.section1{
    width: 100vw;
    display: flex;
    justify-content: space-around;
}

.section1 .left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
}

.section1 .right{
    width: 50%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 8%;
}

.lefttopwrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lefttopwrapper img{
    width: 20%;
    height: auto;
}

.lefttopwrapper h1{
    font-size: 2.7em;
    color: rgba(236, 50, 55, 1);
}
.topmar{
    background-color: #EC3237;
}
.icwrapper{

    display: flex;

}

.icwrapper .icon{
    width: 30px;
    margin-right: 5%;
}
.icwrapper a{
    text-decoration: none;
}
.mapwrapper iframe{
    border-radius: 25px;
    width: 100%;
    height: 100%;
    border: 2px solid #EC3237;
}


.mapwrapper{
    width: 100%;
    background: white;
    position: relative;
    
    filter: drop-shadow(0px 0px 1em rgba(0, 0, 0, 0.2));
    border-radius: 25px;
}

@media screen and (max-width : 1700px){

    .lefttopwrapper h1{
        font-size: 2.5em;
    }
    .icwrapper p{
        font-size: 1.1em;
    }

}

@media screen and (max-width : 1500px) {


    .lefttopwrapper h1{
        font-size: 2.2em;
    }
    .icwrapper p{
        font-size: 1em;
    }
    
    

}



@media screen and (max-width: 1200px){
    .lefttopwrapper h1{
        font-size: 1.3em;
    }
    .icwrapper p{
        font-size: 0.8em;
    }
}

@media screen and (max-width: 880px){
    .section1{
        flex-direction: column;
    }
    .section1 .left{
        width: 100%;
    }
    .section1 .right{
        width: 100%;
    }
}
