
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.testosteron {
    max-width: 995px;
    word-break:normal;
}

.testosteron a {
    color: #333333;
}
.testosteron a:hover {
    color: #0085c3;
}
.line {
    background-color: #bfd9f1;
    height: 5px;
}

sup {
    font-size: 14px;
}

sup a {
    color: #0085c3 !important;
}

.testosteron .header {
    margin-bottom: 0px;
    width: unset;
}

.testosteron h1, .testosteron h2 {
    color: #0085c3;
}

/* block 1 */
.testosteron .block1 sup {
    font-size: 17px;
}

.testosteron .block1 .header {
    background-image: url(left-top-corner.png);
    padding-bottom: 20px;
    padding-top: 20px;
    width: 600px;
    height: 208px;
    background-size: cover;
    position: absolute;
}

.testosteron .block1 .right {
    text-align: left;
    margin-top: 40px;
    margin-right: 100px;
    z-index: 100;
    position: relative;
}

.testosteron .block1 .h1 {
    font-size: 40px;
    color: black;
    margin-bottom: -10px;
    font-weight: 600;
}

.testosteron .block1 .arrow {
    margin-top: -45px;
    position: absolute;
}

.testosteron .block1 ul {
    margin-top: 45px;
    list-style: none;
    padding: 0px;
    font-size: 20px;
}


/* block 2 */
.testosteron .block2 {
    padding-left: 50px;
    padding-right: 50px;
}

.testosteron .block2 h1 {
    font-size: 40px;
}
.testosteron .block2 ul sup {
    font-size: 10px;
}
.testosteron .block2 ul li {
    padding-left: 30px;
    
}
.testosteron .block2 .header {
    background-color: #dae7f1;
    background: #dae7f1;
    background: linear-gradient(to right, #dae7f1 0%, #dae7f1 70%, white 100%);
    padding: 10px;
}
.testosteron .block2 .data{
    background-color: #f1f6fa;
    background: linear-gradient(to right, #f1f6fa 0%, #f1f6fa 70%, white 100%);
    padding: 20px;
}


/* block 3 */
.testosteron .block3 {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
}

.testosteron .block3 img {
    margin: 12px;
}

.testosteron .block3 .element .left {
    background-color: #d3e2ee;
    background: linear-gradient(to bottom, #d3e2ee 0%, #d3e2ee 50%, #ecf2f8 100%);
}
.testosteron .block3 .element .data {
    background-color: #f1f6fa;
    background: linear-gradient(to right, #f1f6fa 0%, #f1f6fa 70%, white 100%);
    height: 50px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-left: 85px;
}

/* block 4 */
.testosteron .block4 {
    padding-left: 50px;
    padding-right: 50px;
}

.testosteron .block4 img {
    margin-top: -5px;
}

.testosteron .block4 .element .header h2 {
    background: linear-gradient(to right, #dae7f1 0%, #dae7f1 70%, white 100%);
    background-color: #dae7f1;
    height: 31px;
    margin-left: 25px;
    padding-left: 40px;
    padding-top: 6px;
}

.testosteron .block4 .element .data {
    background: linear-gradient(to right, #f1f6fa 0%, #f1f6fa 70%, white 100%);
    padding: 25px;
    margin-left: 65px;
    margin-top: -17px;
    padding-top: 10px;
}

/* block 5 */
.testosteron .block5 {
    margin-top: 50px;
    padding-left: 140px;
    padding-right: 50px;
}

.testosteron .block5 .h2 {
    font-size: 23px;
    color: black;
    font-weight: 600;
}

.testosteron .block5 sup {
    font-size: 17px;
}

.testosteron .block5 .arrow {
    margin-top: -30px;
    position: absolute;
}

.testosteron .block5 ul {
    list-style: none;
    padding: 0px; 
}

.testosteron .block5 ul li {
    padding-top: 2px; 
}

/* block 6 */
.testosteron .block6 {
    margin-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 12px;
    text-align: justify;
}

.testosteron .block6 ul {
    list-style: none;
}

.testosteron .block6 a {
    word-break: break-all;
}
.testosteron .block6 b {
    font-size: 14px;
}

/* block 7 */
.testosteron .block7 {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    color: #0085c3;
}

@media (max-width: 800px) {
    .testosteron .block1 .right {
        margin-top: 85px;
    }
}

@media (max-width: 700px) {
    .testosteron .block1 .right {
        margin-top: 85px;
        margin-right: 10px;
    }
}

@media (max-width: 600px) {
    .testosteron .block1 .header {
        width: 100%;
        background-size: cover;
    }

    .testosteron .block5 .left, .testosteron .block5 .right {
        float: unset;
        text-align: left;
    }

    .testosteron .block5 .right {
        margin-top: 40px;
    }

    .testosteron .block6 ul {
        padding-left: 0px;
    }
}

@media (max-width: 500px) {

    .testosteron .block1 .header {
        height: 165px;
    }

    .testosteron .block1 .right {
        margin-top: 135px;
    }
    .testosteron .block2, .testosteron .block3, .testosteron .block4 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 400px) {

    .testosteron .block1 .h1 {
        font-size: 34px;
        text-align: center;
    }

    .testosteron .block2 h1 {
        font-size: 34px;
    }

    .testosteron .block1 img {
        right: -20px;
        width: 309px;
        margin-top: -20px !important;
    }

    .testosteron .block1 ul {
        font-size: 18px;
    }

    .testosteron .block1 .header {
        height: 125px;
    }

    .testosteron .block1 .header {
        position: relative;
    }
    .testosteron .block1 .right {
        margin-top: 0px;
        margin-left: 5px;
        float: unset;
        width: 90%;
    }

    .testosteron .block2, .testosteron .block3, .testosteron .block4 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .testosteron .block5 {
        padding-left: 75px;
    }

    .testosteron .block6 {
        padding-left: 10px;
        padding-right: 10px;
    }


    .testosteron .block3 .element .data {
        height: 100px;
    }
    .testosteron .block3 img {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 350px) {
    .testosteron .block1 .header {
        height: 100px;
    }

    .testosteron .block1 .h1 {
        text-align: left;
    }

    .testosteron .block1 ul {
        font-size: 16px;
    }

    .testosteron .block2 h1 {
        font-size: 34px;
    }

    .testosteron .block2 h2 {
        font-size: 20px;
    }
    .testosteron .block2 .header {
        padding: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .testosteron .block4 .element .header h2 {
        margin-left: 23px;
    }
    
    .testosteron .block5 {
        padding-left: 30px;
    }

    .testosteron .block3 .element .data {
        height: 125px;
    }
    .testosteron .block3 img {
        padding-top: 38px;
        padding-bottom: 38px;
    }
}


@media (max-width: 320px) {
    .testosteron .block4 img {
        margin: 0px;
    }
    .testosteron .block4 .element .header h2 {
        height: 50px;
        padding-top: 1px;
    }
}