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

#about-block{
    width: 100%;
    min-height: 376px;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 16px;
    padding-top: 32px;

    max-width: 1127px;
    margin: auto;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
}
#about-block .title-wrapper{
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    position: relative;
}
#about-block .title-wrapper .background-elements{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
#about-block .title-wrapper .top-left-angle{
    position: absolute;
    left: 0;
    top: 0;
}
#about-block .title-wrapper .top-left-angle svg{
    width: 100%;
    height: 100%;
}
#about-block .title-wrapper .top-right-angle{
    position: absolute;
    right: 0;
    top: 0;
}
#about-block .title-wrapper .title{
    font-family: Montserrat;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;

    color: #452A7C;

    position: relative;
    z-index: 1;
}
#about-block .description-wrapper,
#about-block .description-wrapper p,
#about-block .description-wrapper *{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #777777;

    margin: 0;
}
#about-block .description-wrapper h2,
#about-block .description-wrapper h2 *{
    font-family: Montserrat;
    font-weight: 800;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;

    color: #452A7C;
}
#about-block .description-wrapper{
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
#about-block .description-wrapper>p br{
    display: none;
}

@media(min-width: 375px) and (max-width: 376px){
    #about-block{
        padding: 0;
        width: 343px;
        height: 376px;
        border-radius: 20px;

        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #about-block .title-wrapper,
    #about-block .description-wrapper{
        padding: 0;
        margin: 0;
        position: absolute;
    }
    #about-block .title-wrapper{
        width: 311px;
        height: 56px;
        top: 32px;
        left: 16px;
    }
    #about-block .title-wrapper .background-elements{
        position: absolute;
    }
    #about-block .title-wrapper .top-left-angle{
        width: 48px;
        height: 48px;
        left: 0px;
        angle: -180 deg;
    }
    #about-block .title-wrapper .top-right-angle{
        width: 48px;
        height: 48px;
        right: 0px;
    }
    #about-block .title-wrapper .title{
        width: 279px;
        height: 29px;

        font-family: Montserrat;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
    }
    #about-block .description-wrapper{
        width: 311px;
        height: 260px;
        top: 104px;
        left: 16px;
    }
    #about-block .description-wrapper p, #about-block .description-wrapper>p{
        font-family: Montserrat;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0px;
        text-align: center;
    }

}
@media(min-width: 576px){
    #about-block{
        min-height: unset;
    }
}
@media(min-width: 1200px){
    #about-block .title-wrapper .top-left-angle{
        width: 72px;
        height: 72px;

        -webkit-transform: rotate(-90deg);

        -ms-transform: rotate(-90deg);

        transform: rotate(-90deg);
    }
    #about-block .title-wrapper .top-right-angle{
        display: none;
    }
    #about-block .title-wrapper .title{
        font-size: 48px;

        position: relative;
        left: 44px;
        top: 24px;
    }
    #about-block .description-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
    #about-block .description-wrapper h2,
    #about-block .description-wrapper h2 *,
    #about-block .description-wrapper>p{
        text-align: left;
    }
    #about-block .title-wrapper{
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;

        position: relative;
    }
    #about-block .title-wrapper .top-left-angle{
        position: absolute;
        left: -3px;
        top: -16px;
    }
    #about-block .description-wrapper {
        margin-top: 35px;
        padding-left: 45px;
    }
}
@media (min-width: 1920px) {
    #about-block{
        max-width: 1200px;
        padding-bottom: 85px;
    }
    #about-block .description-wrapper {
        margin-top: 42px;
        padding-left: 45px;
    }
    #about-block .description-wrapper>p{
        font-family: Montserrat;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0px;
    }
    #about-block .description-wrapper>p br{
        display: block;
    }
}