.head {
    background-color: #17191C;
    background-image: url(/img/news/header-background.png);
    height: 176px;
    min-height: auto;
    position: fixed;
    width: 100%;
    z-index: 1;
    overflow: inherit;
}
.main-header {
    height: auto;
    min-height: 207px;
    position: relative;
}
.profile-content {
    width: 1100px;
}

.profile {
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 62px;
    align-items: center;
}
.group-profile-top-left {
    display: flex;
    align-items: center;
}
.group-profile-top-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

h1.left-text-h1 {
    color: #FFF;
    font-family: Raleway;
    font-size: 68px;
    width: 715.028px;
    font-style: normal;
    font-weight: 700;
    line-height: 106.523%;
}

.profile-border {
    width: 1200px;
}

p.left-text-p {
    color: rgba(255, 255, 255, 0.80);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 127.023%;
    width: 498px;
    margin-top: 36px;
}

h2.terms-h2 {
    color: rgb(255 255 255);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 127.023%;
    width: 498px;
    margin-top: 36px;
}

p.terms-p {
    color: rgba(255, 255, 255, 0.80);
    font-family: Raleway;
    font-size: 16px;
    margin-bottom: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 127.023%;
    margin-top: 14px;
}

h3.terms-h3 {
    color: rgb(255 255 255);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 127.023%;
    width: 498px;
    margin-top: 36px;
}

@media (max-width: 1150px) {
    h2.terms-h2 {
        width: auto;
    }

    p.terms-p {
        width: auto;
    }

    .terms_list {
        width: 90%;
    }

    .profile-border {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .profile-top {
        width: 90%;
        margin-bottom: 3px;
    }

    h1.left-text-h1 {
        width: auto;
        font-size: 43px;
    }
    p.left-text-p {
        width: auto;
    }
    h3.terms-h3 {
        width: auto;
    }
}