/* --- WORDPRESS ADJUST --- */

.section-name-container p {
    width: 100px;
}
figure {
    height: 100% !important;
    margin: 0 !important;
}
.information-content-container .paragraph {
    padding-right: 60px;
}
@media only screen and (max-width: 1440px) {
    .img-right-section-header-container .section-name-container {
        padding-top: 60px;
    }
    .img-right-information-content-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 1280px) {
    .img-right-section-information-section {
        display: block;
    }
    .right-section-wrapper {
        height: 300px;
        overflow: hidden;
        width: 100%;
    }
    .right-section-container {
        height: 100% !important;
    }
    .right-section-container img {
        width: 100% !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 900px) {
    .img-right-section-header-container .section-name-container {
        padding-bottom: 0;
    }
    body .right-section-wrapper {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 768px) {
    .information-content-container .paragraph {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .information-content-container h2 {
        padding-right: 70px;
    }
}