.article-about {
    padding: 40px 0 40px 0;
}

.container-about {
    padding: 0 15px 0 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.row-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.text-area {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    position: relative;
    width: 100%;
}

.text-info {
    line-height: 24px;
    text-align: left;
}

.text-info-title {
    margin-bottom: 20px;
}

.text-info-title > span {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--font-top-span-about-color);
}

.text-info-title > h2 {
    margin-bottom: 8px;
    font-size: 30px;
    color: var(--font-title-about-color);
    font-weight: 400;
    text-size-adjust: 100%;
    text-align: left;
    line-height: 36px;
}

.text-info-details {
    margin-bottom: 47px;
    font-size: 16px;
    color: var(--font-desc-about-color);
    line-height: 28px;
    font-weight: 300;
    max-width: 100%;
}

.text-info-button::before {
    position: absolute;
    content: "";
    background: #919191;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.text-info-button {
    padding-right: 5px;
    padding-bottom: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 16px;
    color: var(--font-desc-about-color);
}

.text-info-button:hover {
    color: var(--font-btn-about-color-hover);
}


.image-area {
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    text-size-adjust: 100%;
}

.image-container {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    text-align: left;
    justify-content: flex-end;
}

.container-img1, .container-img2 {
    width: 50%;
}

.container-img2 {
    margin: 40px 0 0 10px;
}

.img-1 {
    height: 80%;
    object-fit: cover;
}

.img-1, .img-2 {
    width: 100%;
}


@media only screen and (min-width:576px){
    .container-about {
        max-width: 540px;
    }

}


@media only screen and (min-width:768px) {
    
    .container-about {
        max-width: 720px;
    }

    .text-info-title > h2 {
        font-size: 36px;
    }
    

   
}

@media only screen and (min-width:992px) {

    .article-about {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .text-info-title > h2 {
        font-size: 46px;
    }
    
    .container-about {
        max-width: 960px;
    } 

    .text-area {
        max-width: 50%;
    }

    .image-area {
        max-width: 50%;
    }

}

@media only screen and (min-width:1200px) {

    .container-about {
        max-width: 1140px;
    } 
}