h1 {
    font-size: 27px !important;
    border-bottom: solid 1px !important;
}
h2 {
    font-size: 24px !important;
    border-bottom: solid 1px !important;
}
.right-side-text h3 {
    font-size: 20px !important;
    text-align: center;
    font-weight: bold;
}
h4 {
    font-weight: bold !important;
}

.rights {
    color: grey;
    margin-left: 15px;
}

.wrapper {
    margin-left: 6%;
}
.left-side-text {
    width: 40%;
    display: inline-block;
    margin-right: 10%;
}

.block {
    margin-top: 15px;
}

.right-side-text {
    width: 30%;
    display: inline-block;
}

.text-right {
    text-align: left !important;
}

.clear {
    clear: both;
}
@media screen and (max-width: 1280px) {
    .left-side-text {
        width: 90%;
        display: block;
        margin-bottom: 30px;
    }
    .right-side-text h3 {
        text-align: left;
    }
    .right-side-text {
        width: 90%;
        display: block;
        margin-bottom: 10px;
    }
    body {
        font-size: 14px !important;
    }
}
