.description,
.how-to-credit {
    position: relative;
    padding-top: 140px;
    padding-bottom: 40px;
    z-index: 0;
}

@media (max-width: 576px) {
    .description,
    .how-to-credit {
        padding-top: 100px;
    }
}

.description__content,
.how-to-credit__content {
    width: calc(100% - 350px);
    padding: 28px 44px 40px;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: 0 21px 100px rgba(0, 0, 0, 0.13);
}

@media (max-width: 1024px) {
    .description__content,
    .how-to-credit__content {
        /*width: calc(100% - 260px);*/
        padding: 20px 36px 34px;
    }
}

@media (max-width: 768px) {
    .description__content,
    .how-to-credit__content {
        /*width: calc(100% - 170px);*/
        padding: 20px 36px 24px;
    }
}

@media (max-width: 576px) {
    .description__content,
    .how-to-credit__content {
        width: 100%;
        padding: 34px 30px 40px;
    }
}

.description__content,
.how-to-credit__content--more {
    width: 100% !important;
}


.description__content--more h1,
.description__content--more h2,
.description__content--more h3,
.description__content--more h4,
.description__content--more h5,
.description__content--more h6,
.how-to-credit__content--more h1,
.how-to-credit__content--more h2,
.how-to-credit__content--more h3,
.how-to-credit__content--more h4,
.how-to-credit__content--more h5,
.how-to-credit__content--more h6 {
    padding: 15px 0;
}

.description__content--more ol,
.description__content--more ul,
.how-to-credit__content--more ol,
.how-to-credit__content--more ul {
    list-style-position: inside;
    padding: 10px 0;
}

.description__content--more ol p,
.description__content--more ul p,
.how-to-credit__content--more ol p,
.how-to-credit__content--more ul p {
    display: inline;
}

.description__title,
.how-to-credit__title {
    padding: 0;
}

h2.description__description,
h2.how-to-credit__description {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    color: var(--black);
}

.description__description,
.how-to-credit__description {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
    color: var(--black);
}

@media (max-width: 768px) {
    .description__description,
    .how-to-credit__description {
        margin-top: 16px;
        font-size: 15px;
    }
    h2.description__description,
    h2.how-to-credit__description {
        margin-top: 20px;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 800;
        color: var(--black);
    }
}

.description__image,
.how-to-credit__image {
    position: absolute;
    top: 140px;
    right: 20px;
    width: 387px;
    height: auto;
    transform: translateY(-40px);
    z-index: -1;
}

.description__image--none,
.how-to-credit__image--none {
    display: none !important;
}

@media (max-width: 1024px) {
    .description__image,
    .how-to-credit__image {
        width: 320px;
    }
}

@media (max-width: 768px) {
    .description__image,
    .how-to-credit__image {
        width: 230px;
        display: none;
    }
}

@media (max-width: 576px) {
    .description__image
    .how-to-credit__image {
        display: none;
    }
}


.organization__description {
    padding-top: 100px;
    padding-bottom: 0;
}

.description__content a {
    color: var(--orange);
    transition: color 0.25s ease;
}
.description__content a:hover {
    color: var(--light-orange);
}
