﻿.home-about {
    background-image: url(../../../Design/img/bg-about_03.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 66px;
}

    .home-about .container {
        display: flex;
    }

    .home-about .left {
        width: 43.3%;
        position: relative;
        transform: translateY(-103px);
    }

        .home-about .left .img {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 554px;
        }
  .home-about .left .img a img{
      border-top-right-radius: 124px;
  }
            .home-about .left .img a {
                border-top-right-radius: 124px;
                /* border-top-left-radius: 104px; */
                width: 100%;
                float: right;
                padding: 10px;
                padding-left: 0;
                padding-bottom: 0;
                background-color: #fff;
            }


        .home-about .left .decor {
            position: absolute;
            width: 700%;
            /* height: 244px; */
            right: 0;
            bottom: 0;
            background-color: #022155;
        }


        .home-about .left .content {
            padding-right: 30px;
            padding-left: 16px;
            padding-top: 36px;
            overflow: hidden;
            padding-bottom: 39px;
            background: var(--default-color-3);
        }

        .home-about .left span {
            border-right: 4px solid #FFF;
            position: relative;
            z-index: 1;
            text-align: right;
            padding: 10px 0;
            display: block;
            padding-right: 21px;
            font-family: OpenSB;
            font-size: 16px;
            color: #fff;
            line-height: calc(100% + 10px);
        }

    .home-about .right {
        flex: 1;
    }

        .home-about .right .top {
            padding-left: 35px;
            padding-top: 29px;
        }


            .home-about .right .top .heading {
                border-left: 4px solid #022155;
                padding-left: 19px;
            }

                .home-about .right .top .heading h1,
                .home-about .right .top .heading h2,
                .home-about .right .top .heading h3 {
                    margin: 0;
                }

                .home-about .right .top .heading h1 {
                    font-weight: 100;
                    font-size: 18px;
                    color: #022155;
                    padding-top: 4px;
                    font-weight: bold;
                }

                .home-about .right .top .heading h2 {
                    font-weight: 100;
                    font-size: 22px;
                    margin-top: 22px;
                    color: #2a2f35;
                }

                .home-about .right .top .heading h3 {
                    font-family: 'OpenB';
                    color: #2a2f35;
                    font-size: 33.28px;
                    line-height: 100%;
                    margin-top: 7px;
                }

            .home-about .right .top .description {
                border-top: 1px solid #cececf;
                margin-top: 27px;
                padding: 38px 0;
                color: #080909;
                font-size: 15px;
                line-height: calc(100% + 8px);
            }

            .home-about .right .top .slogan {
                height: 42px;
                background-color: var(--default-color-2);
                font-family: 'OpenSB';
                font-size: 18px;
                color: #fff;
                border-radius: 38px;
            }

        .home-about .right .bottom {
            margin-top: 39px;
            display: flex;
            align-items: center;
        }

            .home-about .right .bottom .img {
                height: 147px;
                width: 43%;
            }

            .home-about .right .bottom .content {
                flex: 1;
                padding-left: 24px;
            }

                .home-about .right .bottom .content h3 {
                    font-family: OpenB;
                    font-size: 18px;
                    color: #2a2f35;
                    margin: 0;
                }

                .home-about .right .bottom .content .wrap {
                color: #080909;
                }

                    .home-about .right .bottom .content .wrap .item {
                        display: flex;
                        align-items: center;
                        margin: 10px 0;
                        color: #080909;
                    }

                .home-about .right .bottom .content .icon {
                    width: 16px;
                    height: 16px;
                    background-color: #022155;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    font-size: 10px;
                    margin-right: 7px;
                }

                .home-about .right .bottom .content i {
                }

                .home-about .right .bottom .content span {
                    font-size: 14px;
                    color: #080909;
                }

                    .home-about .right .bottom .content span::selection,
                    .home-about .right .top .heading h1::selection,
                    .home-about .right .top .heading h2::selection,
                    .home-about .right .top .heading h3::selection,
                    .home-about .right .top .description::selection,
                    .home-about .right .top .slogan::selection,
                    .home-about .right .bottom .content h3::selection {
                        background-color: var(--bg-selection);
                        color: var(--color-selection);
                    }

    .home-about .left span::selection {
        background-color: var(--bg-selection-2);
        color: var(--color-selection-2);
    }
@media (max-width:739px){
    .home-about .left .content{
        padding: 12px;
        background-color: #022155;
        height: 100%;
        border-radius: 16px;
    }
    .home-about .left span{
        font-size: 11px;
        border-right: unset;
        padding: unset;
        border-left: 4px solid #FFF;
        padding-left: 5px;
        text-align: left;
    }
    .home-about .left .img a img{
        width: 100%;
        border-top-left-radius: 84px;
        border-top-right-radius: unset;
    }
}