/* icon */
.icon-wrapper .icon-after.custom-icon-external,
.icon-wrapper .icon-after.custom-icon-external:after,
.icon-wrapper .icon-before.custom-icon-external:before{
    position: relative;
    top: -0.04em !important;
}

/* hero */
@media only screen and (max-width: 734px) {
    .section-hero .headline {
        max-width: 471px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* for line-brake */
.no-wrap {
    white-space: nowrap;
}

/* section-become-ads */
@media only screen and (max-width: 320px) {
    .section-become-ads .row .column .button {
        margin-left: 0;
    }
}

/* underline */
.underline.custom-hero-underline .underline-illustration {
    width: 101%;
}

.underline.blue.custom-sub-blue .underline-illustration,
.underline.green .underline-illustration {
    width: 97%;
}
@media only screen and (max-width: 1068px) {
    .underline.green .underline-illustration {
        width: 103%;
    }

    .underline.blue.custom-sub-blue .underline-illustration {
        width: 100%;
    }
}

@media only screen and (max-width: 734px) {
    .underline.green .underline-illustration {
        width: 102%;
    }
}

.underline.orange .underline-illustration {
    width: 105%;
    left: -1%;
}

@media only screen and (max-width: 1068px) {
    .underline.orange .underline-illustration {
        width: 103%;
        left: 0;
    }
}

@media only screen and (max-width: 734px) {
    .underline.orange .underline-illustration {
        width: 102%;
    }
}

/* section-become-ads */
.section-become-ads .row .first-column:after {
    top: 40%;
    transform: translateY(-40%);
}

@media only screen and (max-width: 734px) {
    .section-become-ads .row .first-column:after {
        top: unset;
        transform: none;
    }
}
