.card-type-11 {
    border: 1px solid #ededed;
    transition: .2s;
}

.card-type-11 .card-body {
    display: flex;
}

.card-type-11 .card-icon-container {
    height: 72px;
    width: 72px;
    display: flex;
    flex: 0 0 72px;
    margin-right: 45px;
}

.card-type-11 .card-icon {
    height: 72px;
    transition: .2s;
    width: 72px;
    top: 0;
    left: 0;
    position: absolute;
    margin: 30px;
}

.card-type-11 .card-icon.card-icon-active {
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}

.card-type-11 .card-text-container {
    margin: 30px 0 0;
}

.card-type-11 .card-title {
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    transition: .2s;
}

.card-type-11 .card-text {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    min-height: 48px;
}

.card-type-11:hover {
    border-color: #ffc2a4;
}

.card-type-11:hover .card-title {
    color: #e8482b;
}

.card-type-11:hover .card-text {
    color: #262626;
}

.card-type-11:hover .card-icon-default {
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}

.card-type-11:hover .card-icon-active {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.landing-page-banner-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 51px;
    color: #fff;
}

.landing-page-banner-sub-title {

    margin-top: 30px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
}

.landing-page-banner-actions {
    margin-top: 50px;
}

.landing-page-button small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.03em;

    color: #FFE88E;
}

.landing-page-banner-happy-customer {
    margin-top: 57.5px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    /* identical to box height */

    text-align: center;

    /* White */

    color: #FFFFFF;
}