﻿.textAboutCustom .titleMain {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px
}

    .textAboutCustom .titleMain:after {
        background-color: #ffbf01;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90px;
        height: 3px;
        content: ""
    }

@media screen and (max-width: 1800px) {
    .textAboutCustom .titleMain {
        font-size: 36px;
        margin-bottom: 20px
    }
}

.textAboutCustom .contentCol {
    font-size: 20px;
    font-weight: 400
}

    .textAboutCustom .contentCol img {
        width: 100%;
        height: auto;
        display: block
    }

    .textAboutCustom .contentCol a {
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s
    }

        .textAboutCustom .contentCol a:hover {
            color: #ffbf01;
            text-decoration: underline !important
        }

    .textAboutCustom .contentCol > * {
        margin: 0 0 30px 0 !important
    }

        .textAboutCustom .contentCol > *:last-child {
            margin-bottom: 0 !important
        }

@media screen and (max-width: 1800px) {
    .textAboutCustom .contentCol {
        font-size: 16px
    }

        .textAboutCustom .contentCol > * {
            margin: 0 0 20px 0 !important
        }

            .textAboutCustom .contentCol > *:last-child {
                margin-bottom: 0 !important
            }
}

.textAboutCustom .textContact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px
}

    .textAboutCustom .textContact > * {
        margin: 0 !important
    }

        .textAboutCustom .textContact > *:nth-child(1) > * {
            font-weight: 700;
            display: inline-block;
            line-height: 1.6
        }

        .textAboutCustom .textContact > *:nth-child(2) > * {
            height: 50px;
            line-height: 48px;
            padding: 0 30px;
            text-transform: uppercase;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: .05em;
            text-decoration: none;
            border-style: solid;
            border-width: 2px;
            border-radius: 999px;
            -webkit-border-radius: 999px;
            -moz-border-radius: 999px;
            -ms-border-radius: 999px;
            -o-border-radius: 999px;
            transition: all .35s linear;
            -webkit-transition: all .35s linear;
            -moz-transition: all .35s linear;
            -ms-transition: all .35s linear;
            -o-transition: all .35s linear;
            color: #fff;
            background: #ffbf01;
            border-color: #ffbf01;
            display: inline-block;
            font-size: 18px
        }

            .textAboutCustom .textContact > *:nth-child(2) > *:hover {
                color: #000;
                background: #fed3dd;
                border-color: #fed3dd;
                text-decoration: none !important
            }

@media screen and (max-width: 1800px) {
    .textAboutCustom .textContact {
        padding-top: 20px
    }
}

@media screen and (max-width: 991px) {
    .textAboutCustom .textContact {
        padding-top: 0px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }
}

.textAboutCustom > .row {
    margin: 0
}

    .textAboutCustom > .row > * {
        padding: 0
    }

        .textAboutCustom > .row > *:nth-child(1) {
            padding-right: 40px
        }

            .textAboutCustom > .row > *:nth-child(1) .contentCol > * {
                padding-left: 80px
            }

                .textAboutCustom > .row > *:nth-child(1) .contentCol > *:nth-child(1) {
                    font-size: 24px;
                    font-weight: 600;
                    text-transform: uppercase;
                    font-style: italic;
                    padding-left: 0
                }

@media screen and (max-width: 1800px) {
    .textAboutCustom > .row > *:nth-child(1) .contentCol > *:nth-child(1) {
        font-size: 18px
    }
}

@media screen and (max-width: 1800px) {
    .textAboutCustom > .row > *:nth-child(1) .contentCol > * {
        padding-left: 40px
    }
}

@media screen and (max-width: 1800px) {
    .textAboutCustom > .row > *:nth-child(1) {
        padding-right: 20px
    }
}

.textAboutCustom > .row > *:nth-child(2) {
    padding-left: 40px
}

@media screen and (max-width: 1800px) {
    .textAboutCustom > .row > *:nth-child(2) {
        padding-left: 20px
    }
}

@media screen and (max-width: 1200px) {
    .textAboutCustom > .row > *:nth-child(2) {
        margin-top: 20px;
        padding-left: 40px
    }
}
