.asset-section {
    padding: 80px 0;
}

.assets-page-container .list-how-to-order {
    margin-top: 0;
}

.assets-page-container .list-how-to-order img {
    width: 20px;
}

.asset-section .asset-paragraph-content img {
    max-width: 600px;
}

.asset-section .asset-paragraph-content .img-box {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assets-page-container .list-how-to-order a.custom-button {
    width: 100%;
    margin-top: 30px;
}

.asset-section a {
    transition: .4s;
}

.asset-section a:not(.custom-button) {
    text-decoration: underline !important;
}

.asset-section a:hover {
    color: var(--green);
}

.assets-page-container .list-how-to-order a.custom-button span {
    font-size: 13px;
}

.asset-paragraph-content > p, .asset-paragraph-content ul {
    margin-bottom: 25px;
}

.custom-button-assets {
    width: auto;
    display: inline-block;
    padding: 0 15px;
}

@media screen and (max-width: 768px) {
    .big-paragraph {
        font-size: 14px;
    }
}

@media screen and (max-width: 650px) {
    .asset-section .asset-paragraph-content img {
        max-width: 100%;
    }
}
