.front-page-intro {
    padding: 120px 0;
}

.front-page-intro h2 {
    margin: 0;
}

.front-page-intro .content {
    padding-top: 24px;
}

.front-page-intro .content > *:last-child {
    margin-bottom: 0;
}

.front-page-intro .price {
    font-weight: 700;
    margin: 50px 0 0;
}

.front-page-intro .price span {
    font-size: 24px;
    color: var(--TritonNavy);
    position: relative;
    margin: 0 0  0 5px;
}

.front-page-intro .price span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--Gold);
}

.front-page-intro .list {
    list-style: none;
    margin: 27px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.front-page-intro .list li {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: var(--TritonNavy);
    margin: 0 56px 0 0;
    padding: 0 0 0 24px;
    background-repeat: no-repeat;
    background-position: left 7px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5129 0.427095C13.7894 0.158873 14.1573 0.0105885 14.5391 0.0135318C14.9208 0.016475 15.2865 0.170416 15.559 0.44287C15.8315 0.715325 15.9894 1.08498 15.9995 1.47384C16.0096 1.8627 15.871 2.24035 15.6131 2.5271L7.78171 12.5071C7.64705 12.6549 7.48452 12.7735 7.30384 12.8558C7.12317 12.9382 6.92805 12.9825 6.73017 12.9862C6.53229 12.99 6.3357 12.953 6.15215 12.8776C5.96861 12.8021 5.80188 12.6897 5.66194 12.5471L0.468524 7.2551C0.323895 7.11777 0.207893 6.95217 0.127436 6.76817C0.0469793 6.58417 0.00371646 6.38555 0.000229091 6.18414C-0.00325828 5.98274 0.0331013 5.78268 0.107138 5.5959C0.181175 5.40912 0.291372 5.23946 0.431156 5.09702C0.570941 4.95458 0.737448 4.84229 0.920745 4.76685C1.10404 4.69141 1.30037 4.65436 1.49803 4.65791C1.69568 4.66147 1.89061 4.70555 2.07118 4.78753C2.25175 4.86952 2.41427 4.98772 2.54903 5.1351L6.65902 9.3211L13.4756 0.471095C13.4879 0.455697 13.499 0.441007 13.5129 0.427095Z' fill='%23F1BB1C'/%3E%3C/svg%3E%0A");
}

.front-page-intro .list li:last-of-type {
    margin-right: 0;
}

.front-page-intro .btn {
    margin: 56px 0 0;
}

@media only screen and (max-width: 991px) {
    .front-page-intro .content p {
        font-size: 16px;
        line-height: 24px;
    }

    .front-page-intro .price {
        font-size: 16px;
        line-height: 24px;
    }

    .front-page-intro .price span {
        display: inline-block;
    }


    .front-page-intro .list {
        flex-wrap: wrap;
        margin: 0;
    }

    .front-page-intro .list li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 50%;
        margin: 32px 0 0;
        padding: 0;
        text-align: center;
        background-image: none;
    }

    .front-page-intro .list li:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 8px 0 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5129 0.427095C13.7894 0.158873 14.1573 0.0105885 14.5391 0.0135318C14.9208 0.016475 15.2865 0.170416 15.559 0.44287C15.8315 0.715325 15.9894 1.08498 15.9995 1.47384C16.0096 1.8627 15.871 2.24035 15.6131 2.5271L7.78171 12.5071C7.64705 12.6549 7.48452 12.7735 7.30384 12.8558C7.12317 12.9382 6.92805 12.9825 6.73017 12.9862C6.53229 12.99 6.3357 12.953 6.15215 12.8776C5.96861 12.8021 5.80188 12.6897 5.66194 12.5471L0.468524 7.2551C0.323895 7.11777 0.207893 6.95217 0.127436 6.76817C0.0469793 6.58417 0.00371646 6.38555 0.000229091 6.18414C-0.00325828 5.98274 0.0331013 5.78268 0.107138 5.5959C0.181175 5.40912 0.291372 5.23946 0.431156 5.09702C0.570941 4.95458 0.737448 4.84229 0.920745 4.76685C1.10404 4.69141 1.30037 4.65436 1.49803 4.65791C1.69568 4.66147 1.89061 4.70555 2.07118 4.78753C2.25175 4.86952 2.41427 4.98772 2.54903 5.1351L6.65902 9.3211L13.4756 0.471095C13.4879 0.455697 13.499 0.441007 13.5129 0.427095Z' fill='%23F1BB1C'/%3E%3C/svg%3E%0A");
    }

}