﻿* {
    padding: 0;
    margin: 0;
}

.section-aboutUs h1 {
    color: #262F33;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 126px;
    text-align: center;
    padding-top: .1rem;
}

.section-about {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 1%;
}

.subtext-about {
    width: 100%;
    border-bottom: 1px solid;
}

    .subtext-about h3 {
        margin: .7rem 0;
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 60px;
        color: #262F33;
    }

.container-text-about {
    padding: 3rem 3rem;
    
}

.content-img {
    min-height: 30rem;
    display: flex;
    padding: 3rem 3rem;
    text-align: center;
}

.container-img {
    width: 100%;
    height: 65%;
    justify-content: center;
 
}

    .container-img img {
       /* width: 90%;*/
        max-width: 95rem;
        border-radius: 3%;
        animation: pulse;
        animation-duration: .7s;
    }

.text-subText p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #262F33;
}

.text-subText li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #262F33;
    padding: .2rem 0;
   
}

.content-btn-about div {
    margin: 1.5rem 1.5rem 0 0;
    line-height: 5px;
    padding: 0px 0px;
}

.button_su_inner2, .button_su_inner3 {
    padding: 1rem 1.5rem;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none
}
.button_su_inner2:hover, .button_su_inner3:hover {
    color:#fff;
}

/*Responsive Design*/
@media screen and (max-width: 1024px) {
    .container-text-about {
        padding: 0 1.5rem;
    }

    .section-about {
        grid-template-columns: 100%;
        gap: 1%;
    }

    .section-aboutUs h1 {
        margin: 2rem;
        margin-bottom: 1rem;
        font-size: 30px;
    }
    .subtext-about h3 {
        margin: 0.3rem 0;
        font-size: 20px;
        line-height: 60px;
    }

    .text-subText li {
        font-size: 13px;
        line-height: 1rem;
    }

    .text-subText p {
        font-size: 18px;
        padding-bottom: 1px;
        padding-top: 5px;
    }

    .container-img {
        padding: 0 3rem;
    }

    .content-img {
        order: -1;
    }
        .container-img img {
            margin: auto;
        }
    .content-btn-about div {
        margin: 0 .3rem;
    }

    .text-subText {
        padding-bottom: 0rem;
    }

    .button_su_inner2, .button_su_inner3 {
        padding: .3rem 2rem;
        font-size: 16px;
    }

}

@media screen and (max-width: 600px) {
    .container-text-about {
        padding: 0 1.5rem;
    }

    .section-aboutUs h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .subtext-about h3 {
        margin: 0.3rem 0;
        font-size: 20px;
        line-height: 55px;
        
    }
    .text-subText li {
        
        font-size: 13px;
        line-height: 1rem;
    }

    .text-subText p {
        font-size: 13px;
        padding-bottom: 1px;
        padding-top: 5px;
    }

    .content-img {
        min-height: -webkit-fill-available;
        padding: 1.5rem;
    }

    .container-img {
        padding: 0rem;
    }

        .container-img img {
            margin: auto;
        }
}

@media screen and (max-width: 300px) {
    .container-text-about {
        padding: 0 1.5rem;
    }

    .section-aboutUs h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .subtext-about h3 {
        margin: 0.3rem 0;
        font-size: 20px;
        line-height: 55px;
    }

    .text-subText li {
        font-size: 13px;
        line-height: 1rem;
    }

    .text-subText p {
        font-size: 13px;
        padding-bottom: 1px;
        padding-top: 5px;
    }

}