﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

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

    .home-about .right .bottom .img {
        display: none;
    }
}

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

    .home-about .right .top .heading h2 {
        font-size: 20px;
    }

    .home-about .right .top .heading h3 {
        font-size: 30px;
    }

    .home-about .right .top .slogan {
        font-size: 13px;
    }
}

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

    .home-about .left {
        transform: translateY(0);
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        gap: 5px;
    }

    .home-about {
        padding-top: 50px;
        padding-bottom: 38px;
    }

        .home-about .left .decor {
            width: 100%;
        }

        .home-about .right .top .description {
            padding: 20px 0;
        }

        .home-about .right .top .slogan {
            font-size: 11px;
        }

        .home-about .right .bottom {
            margin-top: 32px;
        }

            .home-about .right .bottom .content {
                padding-left: 10px;
            }

        .home-about .right .top {
            padding-left: 0;
        }

        .home-about .container {
            flex-direction: column;
        }

        .home-about .left,
        .home-about .right {
            width: 100%;
        }

            .home-about .left .img {
                height: 100%;
            }

                .home-about .left .img a {
                    float: unset;
                    width: 100%;
                    padding: 0;
                     border-top-left-radius: 104px;
                }
}
