main.main .profile {
    margin-top: 140px;
}

main.main .profile .profile__bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

main.main .profile .section__header {
    /*margin-top: 140px;*/
}

main.main .profile .section__header > div:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}

main.main .profile .section__header strong {
    font-size: 40px;
    letter-spacing: .48px;
}

main.main .profile .section__header span {
    font-size: 16px;
    letter-spacing: 0.19px;
    color: #fcc803;
}

main.main .profile .profile__content {
    margin-top: 180px;
    /*width: 940px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

main.main .profile .profile__content .profile__title {
    font-size: 20px;
    letter-spacing: 0.86px;
    color: #4e5700;
}

main.main .profile .profile__content .profile__title > div {
    margin-bottom: 10px;
}

main.main .profile .profile__content .profile__title strong {
    font-size: 28px;
    letter-spacing: 1.2px;
}

main.main .profile .profile__content .text {
    margin-top: 30px;
}

main.main .profile .profile__content .text p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.75;
}

main.main .profile .profile__content .text p + p {
    margin-top: 20px;
}

@media only screen and (max-width: 1249px) {
    main.main .profile .profile__bg {
        width: 64%;
    }
}

@media only screen and (max-width: 1023px) {
    main.main .profile {
        margin-top: 58%;
    }

    main.main .profile .profile__content {
        margin-top: 10px;
    }

    main.main .profile .profile__bg {
        width: 90%;
    }

    main.main .profile .section__header > div:nth-child(2) {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 833px) {
    main.main .profile {
        margin-top: 57%;
    }
}

@media only screen and (max-width: 767px) {
    main.main .profile {
        margin-top: 52%;
    }

    main.main .profile .profile__bg {
        /*width: 84%;*/
    }
}

@media only screen and (max-width: 599px) {
    main.main .profile {
        margin-top: 47%;
    }

    main.main .profile .profile__bg {
        width: 85%;
        /*height: 45%;*/
        height: auto;
        object-fit: fill;
    }

    main.main .profile .section__header strong {
        font-size: 36px;
        letter-spacing: 0.43px;
    }
}

@media only screen and (max-width: 413px) {
    main.main .profile {
        margin-top: 54%;
    }

    main.main .profile .section__header strong {
        font-size: 30px;
    }
}

@media only screen and (max-width: 374px) {
    main.main .profile {
        margin-top: 65%;
    }
}
