.about-content {
    padding-bottom: 150px !important;
}

.about-body .about-body-section {
    min-height: 300px;
}

.about-body-section .text-for-section {
    width: 100%;
    height: 100%;
    position: relative;
}

.about-body-section .text-for-section h2 {
    font-size: 2.0em;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 25px;
}

.about-body-section .text-for-section p {
    font-size: 18px;
    font-weight: 300;
    color: var(--text-color);
    text-align: justify;
}

.about-body-section .text-for-section p b {
    font-weight: 900;
}

.about-body-section .img-for-section {
    width: 100%;
    height: 100%;
    position: relative;
}

.about-body-section .img-for-section img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 3px;
}

.section-two {
    margin-top: 50px;    
}

.section-two .text-for-section h3 {
    color: var(--text-color);
    font-size: 18px;
    text-align: justify;
    font-weight: 300;
}

.section-two .text-for-section ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.section-two .text-for-section ul li {
    font-size: 2.0em;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--text-color);
    border-bottom: 2px solid var(--border-color);
    font-style: italic;
}

.section-two .text-for-section ul li i {
    margin-right: 15px;
}

.section-two .about-body-section-three {
    display: none;
}

@media screen and (max-width: 991px) {
    .about-body-section .text-for-section h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }    

    .about-body-section .text-for-section,
    .about-body-section .img-for-section {
        width: 100%;
    }

    .section-two .about-body-section-two {
        display: none;
    }

    .section-two .about-body-section-three {
        display: block;
    }

    .last-text-for-section-one {
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 576px) {
    .about-body {
        max-width: 500px;
    }
}

@media screen and (max-width: 530px) {
    .about-body {
        max-width: 400px;
    }

    .about-body-section .text-for-section h2 {
        font-size: 1.3em;
    }    

    .about-body-section .text-for-section p {
        font-size: 15px;
        font-weight: 300;
    }   

    .section-two .text-for-section h3 {
        font-size: 17px;
        text-align: left;
    }

    .section-two .text-for-section ul li {
        font-size: 1.2em;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .about-body-section-three {
        margin-top: -50px;
    }

    .section-two {
        margin-top: 25px;
    }
}

@media screen and (max-width: 430px) {
    .about-body {
        max-width: 350px;
    }
}

@media screen and (max-width: 400px) {
    .about-body {
        max-width: 300px;
    }
}

@media screen and (max-width: 320px) {
    .about-body {
        max-width: 250px;
    }
}