body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: white;
    background: linear-gradient(61.12deg, #750B2F 0%, #9E0A46 49.93%, #658800 100%);
    min-height: 100vh;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
    font-size: 72px;
    font-weight: 800;
    margin: 0;
    line-height: 1em;
    margin-bottom: 8px;
    margin-top: -0.13em;
}
a {
    all: unset;
    cursor: pointer;
    transition: .2s;
}
a:hover {
    opacity: .6;
}
.sub {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 32px;
}
.shift {
    text-indent: -1.2em;
    /*margin-left: 50%;*/
}
p {
    font-weight: 500;
    margin-bottom: 16px;
}
.title-s {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 16px;
}
.client {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}


.container {
    margin: 0 auto;
    max-width: 80%;
    margin-top: 10vh;
}
.text-container {
    max-width: 720px;
    /*min-width: 670px;*/
}

.photo {
    width: 25vw;
    height: 25vw;
    object-fit: cover;
}
.row {
    display: flex;
    gap: 60px;
}
.row.s {
    gap: 16px;
}
.row-child {
    flex: 1;
}
.soc svg {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}
.line {
    width: 100%;
    height: 1px;
    background-color: white;
    margin-bottom: 32px;
    opacity: .2;
}
.contact {
    margin-bottom: 10vw;
}



@media (max-width: 1024px) {
    .shift {
        font-size: 6.4vw!important;
    }
    .sub {
        margin-bottom: 16px;
    }
    .row {
        gap: 10vw;
    }
    .container {
        margin-top: 10%;
    }
    h1 {
        font-size: 11vw;
    }
    .sub {
        font-size: 4.9vw;
    }
    .photo {
        width: 40vh;
        height: 40vh;
        object-fit: cover;
    }
    .row {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .photo {
        width: 80vw;
        height: 80vw;
    }
}
