.section-2{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    transition: all 0.5s ease;
}

.section-2 h1{
    margin: 0 auto;
    font-size: 3.5rem;
    width: 769px;
    color: #003E65;
    text-align: center;
    font-family: "Monserrat", sans-serif;
    transition: all 0.5s ease;
}

/*=== Header Info ===*/
.section-2 .header{
    position: relative;
    margin: 0 auto;
    transition: all 0.5s ease;
}


.section-2 .header p{
    width: 750px;
    font-size: 1.2rem;
    color: #696969;
    text-align: center;
    margin: 20px auto;
    transition: all 0.5s ease;
}

.section-2 .container{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 40px;
    transition: all 0.5s ease;
}
.section-2 .container .icon-card{
    position: relative;
    max-width: 279.77px;
    background: #fff;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
}
.section-2 .container .icon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.section-2 .container .icon-card img{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
    object-fit: cover;
    transition: all 0.5s ease;
}
.section-2 .container .icon-card h2{
    font-size: 1.7rem;
    color: #003E65;
    text-align: center;
    transition: all 0.5s ease;
}
.section-2 .container .icon-card p{
    font-size: 1.1rem;
    color: #000;
    text-align: center;
    transition: all 0.5s ease;
}

/* 320px */
@media screen and (min-width: 320px) {
    .section-2{
        margin-top: -50px;
    }

    .section-2 h1{
        width: 300px;
        font-size: 2rem;
    }
    .section-2 .header p{
        width: 300px;
        font-size: 1rem;
    }

    .section-2 .container{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .section-2 .container .icon-card h2{
        font-size: 1.3rem;
    }
    .section-2 .container .icon-card p{
        font-size: 1rem;
    }
    
}
/* 375px */
@media screen and (min-width: 375px) {
    .section-2{
        margin-top: -100px;
    }

    .section-2  h1{
        width: 350px;
        font-size: 2.1rem;
    }
    .section-2 .header p{
        width: 350px;
        font-size: 1rem;
    }

    .section-2 .container{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .section-2 .container .icon-card h2{
        font-size: 1.5rem;
    }
    .section-2 .container .icon-card p{
        font-size: 1.10rem;
    }
    
}
/* 425px */
@media screen and (min-width: 425px) {
    .section-2{
        margin-top: -10px;
    }

    .section-2 h1{
        width: 400px;
        font-size: 2.4rem;
    }
    .section-2 .header p{
        width: 380px;
        font-size: 1.05rem;
    }

    .section-2 .container{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .section-2 .container .icon-card h2{
        font-size: 1.5rem;
    }
    .section-2 .container .icon-card p{
        font-size: 1.10rem;
    }   
}
/* 768px */
@media screen and (min-width: 768px) {
    .section-2{
        margin-top: -170px;
    }

    .section-2 h1{
        width: 700px;
        font-size: 3rem;
    }
    .section-2 .header p{
        width: 650px;
        font-size: 1.1rem;
    }

    .section-2 .container{
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .section-2 .container .icon-card h2{
        font-size: 1.3rem;
    }
    .section-2 .container .icon-card p{
        font-size: 1rem;
    }   
}
/* 1024px */
@media screen and (min-width: 1024px) {
    .section-2{
        margin-top: -70px;
    }

    .section-2 h1{
        width: 800px;
        font-size: 3.5rem;
    }
    .section-2 .header p{
        width: 650px;
        font-size: 1.2rem;
    }

    .section-2 .container{
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
    .section-2 .container .icon-card h2{
        font-size: 1.4rem;
    }
    .section-2 .container .icon-card p{
        font-size: 1.1rem;
    }   
}
/* 1440px */
@media screen and (min-width: 1440px) {
    .section-2{
        margin-top: -0px;
    }
}


/*=== Content Info ====*/
.section-2 .content{
    position: relative;
    margin-top: 100px;
    transition: all 0.5s ease;
}

.section-2 .content .container{
    position: relative;
    display: grid;
    transition: all 0.5s ease;
}

.section-2 .content .container .card{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10rem;
    transition: all 0.5s ease;
}

.section-2 .content .container .card img{
    position: relative;
    width: 480px;
    height: auto;
    object-fit: contain;
    transition: all 0.5s ease;
}

.section-2 .content .container .card .small-screen-img{
    display: none;
    transition: all 0.5s ease;
}

.section-2 .content .container .card .header{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}
.section-2 .content .container h3{
    font-size: 1.5rem;
    text-align: center;
    font-family: 'montserrat', sans-serif;
    transition: all 0.5s ease;
}
.section-2 .content .container p{
    width: 360.96px;
    transition: all 0.5s ease;
}

/* 320px */
@media screen and (min-width: 320px){
    .section-2 .content .container .card{
        position: relative;
        display: block;
        left: 0px;
    }

    .section-2 .content .container .card .small-screen-img{
        display: block;
    }
    .section-2 .content .container .card .large-screen-img{
        display: none;
    }
    .section-2 .content .container .card img{
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 290px;
    }

    .section-2 .content .container p{
        width: 290px;
        margin-top: -10px;
    }
}
/* 375px */
@media screen and (min-width: 375px){
    .section-2 .content .container .card{
        position: relative;
        display: block;
        left: 0px;
    }

    .section-2 .content .container .card .small-screen-img{
        display: block;
    }
    .section-2 .content .container .card .large-screen-img{
        display: none;
    }
    .section-2 .content .container .card img{
        width: 300px;
    }

    .section-2 .content .container p{
        width: 300px;
        margin-top: -10px;
    }
}
/* 425px */
@media screen and (min-width: 425px){
    .section-2 .content .container .card{
        position: relative;
        display: block;
        left: 0px;
    }

    .section-2 .content .container .card .small-screen-img{
        display: block;
    }
    .section-2 .content .container .card .large-screen-img{
        display: none;
    }
    .section-2 .content .container .card img{
        width: 350px;
    }

    .section-2 .content .container p{
        width: 320px;
        margin-top: -10px;
    }
}
/* 768px */
@media screen and (min-width: 768px){
    .section-2 .content .container .card{
        position: relative;
        display: flex;
        left: 0px;
        gap: 0;
    }

    .section-2 .content .container .card .small-screen-img{
        display: none;
    }
    .section-2 .content .container .card .large-screen-img{
        display: block;
    }
    .section-2 .content .container .card img{
        width: 400px;
    }

    .section-2 .content .container p{
        width: 320px;
        margin-top: 0px;
    }
}
/* 1024px */
@media screen and (min-width: 1024px){
    .section-2 .content .container .card{
        gap: 10rem;
    }
    .section-2 .content .container p{
        width: 480px;
    }
}


