﻿.About_Us {
    background-image: url('images/iconweb/background-aboutus.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white !important;
    height: auto;
    /*padding-left: 11%;*/
    padding: 16px 0 16px 0 !important;
}

.homepage-aboutus-title {
    color: #F9FAFB;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 2%;
    
}

.homepage-aboutus-button {
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
    border: 1.50px white solid;
    width: 150px;
    height: 45px;
    text-align: center;
}

.homepage-aboutus-cotent {
    color: #F9FAFB;
    font-size: 18px;
    
    font-weight: 400;
    line-height: 26px;
}
.homepage-aboutus-button:hover {
    color: white;
}

    .homepage-aboutus-sharing {
        color: #F9FAFB;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
    }

.About_Us_Text {
    width: 30%;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.Computer_Chart {
    display: flex;
    gap: 24px;
    padding-top: 4%;
    padding-left: 12%;
    padding-bottom: 4%;
}

.About_Us_Cotent {
    display: flex;
    gap: 24px;
}
.image-about-second {
    padding-top: 150px;
}
@media (max-width: 600px) {
    .About_Us_Cotent {
        flex-direction: column;
    }
    .Computer_Chart {
        display: none;
    }
    .About_Us_Text {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 601px) and (max-width: 991px) {
    .About_Us_Cotent {
        flex-direction: column;
    }

    .Computer_Chart {
        display: none;
    }

    .About_Us_Text {
        width: 100%;
        align-items: center;
        text-align: center;
    }
}
@media (min-width: 992px) and (max-width: 1194px) {
    .About_Us_Cotent {
        flex-direction: column;
    }

    .Computer_Chart {
        display: none;
    }
    .About_Us {
        padding: 65px 15% 65px 14% !important;
    }

    .About_Us_Text {
        width: 100%;
        align-items: center;
        text-align: center;
    }
}