﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@media (max-width: 1239px) {
    .top-content-about-home h3 {
        font-size: 40.25px;
    }

    ul.ListAboutHomeStrenghts {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(4,minmax(0,1fr));
        column-gap: 15px;
        row-gap: 25px;
    }

    .widgetStrenghtItem h2 {
        font-size: 25px;
    }

    .widgetStrenghtItem span {
        font-size: 14px;
        height: auto;
    }

    .widget-left-about-content h3 {
        font-size: 41.66px;
    }

    .widget-left-about-content span {
        font-size: 16.58px;
    }

    section.sloganAboutLeft {
        font-size: 14px;
    }

    .decorLImgAboutRight {
        width: 255px;
        height: 340px;
    }

    .decorBImgAbout {
        margin-top: 16px;
        width: 232px;
        height: 237px;
    }
}

@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none;
    }

    .top-content-about-home .fadeInDown span {
        font-size: 17px;
    }

    .widgetStrenghtItem h2 {
        font-size: 19px;
    }

    ul.ListAboutHomeStrenghts {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 15px;
        row-gap: 25px;
    }

    .top-content-about-home {
        padding-top: 30px;
        padding-bottom: 52px;
    }

    .widget-left-about-content {
        float: none;
        width: 100%;
    }

    .widget-right-about-content {
        float: none;
        width: 100%;
        padding-top: 15px;
    }

    .widgetStrenghtItem span {
        font-size: 13px;
    }

    .decorLImgAboutRight {
        width: 450px;
        height: 540px;
    }

    .decorBImgAbout {
        width: 250px;
        height: auto;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none;
    }
}

@media(max-width: 739px) {
    .no-display-mobile {
        display: none;
    }

    .widgetStrenghtItem {
        padding: 10px 15px 15px 15px;
        border-radius: 25px;
    }

    .decorImgStrenght {
        width: 46px;
        height: 46px;
    }

    .widget-left-about-content h3 {
        font-size: 33.66px;
    }

    .widget-left-about-content span {
        font-size: 13.58px;
    }

    .decorRImgAboutRight {
        display: none;
    }

    .decorLImgAboutRight {
        width: 100%;
        height: 100%;
        margin-bottom: 40px;
    }
.decorLImgAboutRight > img{
    border-radius:25px;
}
    .top-content-about-home h3 {
        font-size: 31.25px;
    }

    .decorLogoTopAbout {
    width: 100px;
    height: auto;
    }

    .top-content-about-home {
        padding-top: 16px;
        padding-bottom: 30px;
    }

    ul.ListAboutHomeStrenghts {
        padding-top: 25px;
    }
}
