.section-1{
    padding: 50px 5% 0 5%;
    text-align: center;
}
.section-1 img{
    max-width: 90%;
    margin: 0 0 30px 0;
}
.section-1 h2{
    font-size: 24px;
    margin: 0 0 30px 0;
}
.section-1 p{
    max-width: 40%;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.75);
}
.section-1-content{
    margin: -10% 0 0 0;
}
@media (max-width:1200px){
    .section-1 img {
        max-width: 100%;
    }
    .section-1 h2 {
        margin: 0 0 15px 0;
        font-size: 22px;
    }
    .section-1 p {
        max-width: 45%;
        font-size: 16px;
    }
}
@media (max-width:1024px){
    .section-1 img {
        max-width: 100%;
    }
    .section-1 h2 {
        margin: 0 0 15px 0;
        font-size: 18px;
    }
    .section-1 p {
        max-width: 50%;
        font-size: 14px;
    }
}
@media (max-width:992px){
    .section-1 img {
        max-width: 100%;
    }
    .section-1 h2 {
        margin: 0 0 15px 0;
        font-size: 18px;
    }
    .section-1 p {
        max-width: 45%;
        font-size: 14px;
    }
}
@media (max-width:768px){
    .section-1 img {
        max-width: 100%;
    }
    .section-1 h2 {
        margin: 0 0 15px 0;
        font-size: 18px;
    }
    .section-1 p {
        max-width: 50%;
        font-size: 14px;
    }
}
@media (max-width:575px){
    .section-1{
        padding: 40px 5% 0 5%;
    }
    .section-1 img {
        max-width: 100%;
    }
    .section-1 h2 {
        margin: 15px 0 15px 0;
        font-size: 18px;
    }
    .section-1 p {
        max-width: 70%;
        font-size: 14px;
    }
}
@media (max-width:425px){
    .section-1{
        padding: 40px 5% 0 5%;
    }
    .section-1 img {
        max-width: 100%;
    }
    .section-1 h2 {
        margin: 15px 0 15px 0;
        font-size: 16px;
    }
    .section-1 p {
        max-width: 75%;
    font-size: 12px;
    }
}
@media (max-width:375px){
    .section-1{
        padding: 40px 5% 0 5%;
    }
    .section-1 img {
        max-width: 100%;
    }
    .section-1 h2 {
        margin: 15px 0 15px 0;
        font-size: 14px;
    }
    .section-1 p {
        max-width: 75%;
        font-size: 12px;
    }
}
