section.content .center {
    font-size: 1.563vw;
    margin: 3vw 3vw 0 3vw;
}

section.content div.header-with-dot {
    position: relative;
}

section.content div.header-with-dot h3 {
    position: relative;
    margin: 4.824vw 0 2.451vw 3.5vw;
    font-size: 1.67vw;
    text-align: start;
}

section.content div.header-with-dot .dot {
    position: absolute;
    display: block;
    top: 4%;
    width: 1.47vw;
    height: 1.47vw;
    border-radius: 50%;
    background: linear-gradient(90deg, #DFE7FF 0%, #92A7E1 100%);
}

section.content #cover {
    width: 57vw;
    margin-left: -7vw;
    margin-top: -5vw;
}

section.content div#people-from-the-fire {
    margin: -2vw auto;
    width: 39.68vw;
    height: 30.45vw;
}

section.content div#man-on-the-sofa {
    margin: auto;
    width: 37.18vw;
    height: 26.34vw;
}

section.content div.black-wave::after {
    content: "";
    display: block;
    width: 5.022vw;
    height: 4.151vw;
    background: center center url(../img/wave-black.png) no-repeat;
    background-size: contain;
    margin: auto;
}

section.content div.leisure-tools {
    position: relative;
    margin: 5vw auto 0 auto;
    width: 36.18vw;
    height: 25.34vw;
}

section.content div.leisure-tools i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/in-company-with-yourself/4-leisure-tools.svg) no-repeat;
    background-size: contain;
}

section.content div.schwarzenegger {
    position: relative;
    margin: 5vw auto;
    width: 19.25vw;
    height: 19.25vw;
}

section.content div.schwarzenegger i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/in-company-with-yourself/5-schwarzenegger.svg) no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 480px) {
    section.content #cover {
        width: 95vw;
        margin-left: 0vw;
        margin-top: 2vw;
    }
    section.content div.schwarzenegger {
        width: 46vw;
        height: 46vw;
    }
    section.content div.leisure-tools {
        width: 62vw;
        height: 51vw;
    }
    section.content .center {
        font-size: 4vw;
    }
    section.content div.black-wave::after {
        width: 12vw;
        height: 10vw;
    }
    section.content div.header-with-dot h3 {
        font-size: 4.2vw;
        margin: 4.824vw 0 2.451vw 7.5vw;
    }
    section.content div.header-with-dot .dot {
        width: 4.47vw;
        height: 4.47vw;
        top: 4%;
    }
    section.content div#people-from-the-fire {
        width: 65vw;
        height: 54vw;
    }
    section.content div#man-on-the-sofa {
        width: 66vw;
        height: 44vw;
    }
}