section.section-background {
    display: flex;
    justify-content: center;
}
.section1-text{
    width:13%;
    border-top: 4px solid #57C1DB;
    position: relative;
    margin: 0 0 0 5em;
}
.section1-text h1{
    color:#2B0556;
    font: normal normal bold 35px/53px Poppins;
}
.section-wrapper-big{
    display: flex;
    justify-content: center;
}
.section-about-wrapper{
    width:80vw;
    display: flex;
    justify-content: center;
}
.section1-text-wrapper img{
    width: 577px;
    height: 391px;
}
.section1-text-wrapper iframe{
    width: 523px;
    height: 361px;
}
.small-wrapper-address{
    display: flex;
    width:40vw;
}
.small-wrapper-address img{
    width: 39px;
    height: 46px;
}
.text-about-wrapper h1{
    font: normal normal bold 16px/22px Poppins;
}
.text-about-wrapper p{
    font: normal normal normal 16px/22px Poppins;
}
.section1-text-wrapper {
    /* background: blue; */
    justify-content: center;
    display: grid;
    /* justify-items: center; */
    width: 569px;
    height: 583px;
    margin:2em;
}
.section-about-wrapper {
    width: 80vw;
    display: flex;
    justify-content: center;
    margin:2em 0 0 0;
    /* background-color: red; */
}
.small-wrapper-address {
    display: flex;
    width: 80%;
    justify-content: center;
    margin:2em 0 0 0;
    /* background-color: green; */
}
.section1-text-wrapper p {
    /* background-color: green; */
    width: 78%;
    font: normal normal normal 16px/22px Poppins;
}
.special-p{
    margin:2em 0 0 0;
}
.circle-about{
    width: 5em;
    height: 5em;
    background-color: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 0 3em 0 0;
}
.about-back{
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.section1-wrapper-big {
    margin: 0 0 5em 0;
}
@media only screen and (max-width: 1500px) {
    .section1-text-wrapper {
        padding:1em;
    }
}
@media only screen and (max-width: 1200px) {
    .section-about-wrapper{
        display:grid;
    }
}

@media only screen and (max-width: 598px) {

    .section1-text-wrapper img {
        width: 404px;
        height: auto;
    }
    .small-wrapper-address {
        width: 100%;
    }
    
    .section1-text-wrapper {
        /* background: blue; */
        justify-content: center;
        align-items: center;
        justify-items: center;
        display: grid;
        /* justify-items: center; */
        width: 404px;
        height: 404px;
        margin: 2em;
    }
    .section1-text-wrapper iframe {
        width: 393px;
        height: 261px;
    }
    .circle-about {
        width: 4em;
        height: 4em;
        
    }
    .special-p {
        margin: 0em 0 0 0;
        margin-top: -1em;
    }
    .section1-text-wrapper .icon {
        width: 28px;
        height: auto;
    }
}


@media only screen and (max-width: 434px) {
    .section1-text-wrapper img {
        width: 249px;
        height: auto;
    }
    .section1-text-wrapper {
        width: 317px;
        height: 311px;
        margin: 2em;
    }
    .section1-text-wrapper p {
        /* background-color: green; */
        width: 78%;
        font: normal normal normal 11px/22px Poppins;
    }
    .section1-text-wrapper p {
        /* background-color: green; */
        width: 78%;
        font: normal normal normal 11px/22px Poppins;
    }
    .section1-text-wrapper iframe {
        width: 289px;
        height: 154px;
    }
    .section1-text-wrapper .icon {
        width: 28px;
        height: auto;
    }
    .section-about-wrapper {

        margin: 0em 0 0 0;
        /* background-color: red; */
    }
    .section1-wrapper-big {
        margin: 0;
    }

}