.landing-section {
    border-bottom: 1px dashed #ccc;
}

.howitworks-company-content .howitworks-company-text{
    max-width: 350px;
}

.howitworks-company-content {
    display: inline-block;
    max-width: 70%;
    text-align: left;
    margin-left: 25px;
}

.howitworks-company-icon {
    display: inline-block;
    margin-top: 15px;
}

.howitworks-company, .howitworks-company-icon, .howitworks-company-content {
    vertical-align: top;
}

.feedback-post {
    max-width: fit-content;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    border: 1px solid lightgray;
    border-radius: 2px;
    height: fit-content;
    width: 500px;
}

.feedback-post .feedback-avatar{
    width: 40px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.feedback-post .feedback-logo{
    float: right;
    width: 25px;
}

.feedback-card .feedback-link{
    color: #4b4f56;
}

.feedback-post .post-name{
    float: left;
    font-weight: bold;
    font-size: 14px;
}

.feedback-post .post-text{
    clear: both;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}

.b-ungle {
    position: absolute;
    overflow: hidden;
    z-index: 19;
    background-color: #f5f5f5;
}

.b-ungle__rotate {
    position: absolute;
    z-index: 56;
    width: 20px;
    height: 20px;
}

.howitworks-transition .b-ungle {
    bottom: -20px;
    left: 50%;
    margin-left: -11px;
    width: 27px;
    height: 20px;
}

.howitworks-transition .b-ungle__rotate {
    border: 1px solid #ccc;
    bottom: 10px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    left: 50%;
    margin-left: -11px;
}

.index-cta-button {
    text-decoration: none;

    padding: 10px 20px;
    font-size: 14px;
    background-color: white;
    border-radius: 5px;

    color: #166f99;

    margin-bottom: 15px;
}

.index-cta-button:hover, .index-cta-button:active, .index-cta-button:focus {
    color: #FF9500;
}

.howitworks-user-note#risks-note {
    position: relative;
    width: 80%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.howitworks-user-note#risks-note:after {
    bottom: 100%;
    left: 48%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(90deg);
}

.howitworks-transition {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 20px 40px;
}

.howitworks-transition-img {
    padding: 15px;
}

.howitworks-company {
    padding: 15px 7px 15px 15px;
}

.howitworks-company .howitworks-company-item:nth-child(2) .howitworks-company-content {
    margin-left: 17px;
}

.howitworks-company .howitworks-company-item:nth-child(1) .howitworks-company-content {
    margin-left: 10px;
}

@media only screen and (min-width: 768px) {
    .howitworks-company-item {
        width: 32%;
        text-align: center;
        padding: 15px;
    }

    .howitworks-company-icon {
        display: block;
    }

    .howitworks-company-content {
        max-width: 100%;
        text-align: center;
        margin-left: 0;
    }
}

.cform-block .cform-block-item-input.cform-promocode {
    padding: 5px 10px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    height: 35px;
    margin-top: 22px;
    border-style: dashed;
}

.cform-block .cform-block-item-input.cform-promocode.cform-promocode--fixed {
    background-color: #efefef;
}

.action-forward .button-text.button-text--active {
    padding-right: 25px;
}

.action-forward .button-text.button-text--active:after {
    opacity: 1;
    right: 0;
}

.rating-text {
    display: flex;
    color: #555555;
    font-weight: bold;
    font-size: 16px;
    justify-content: center;
    text-align: center;
}

.rating-block-item {
    height: 50px;
    width: 280px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
    justify-content: center;
}