/** Shopify CDN: Minification failed

Line 66:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 61:0 Unexpected "}"

**/
.vertorial-step5 .vertorial-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 136px;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.vertorial-step5-mobile {
    display: none;
}

.vertorial-step5 {
/*     background-color: #eafbff; */
}

.vertorial-step5-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vertorial-step5-title-number {
    font-family: 'Swiss721', sans-serif;
    font-size: 113px;
    font-weight: 700;
    color: #DEAA7A;
  line-height:1;
}

.vertorial-step5-title-text {
    font-size: 36px;
/*     color: #003744; */
/*     font-family: 'brandon text', sans-serif; */
    line-height: 42px;
    font-weight: 700;
}

.vertorial-step5-left p {
/*     font-size: 14px;
    font-family: 'montserrat', sans-serif;
    color: #003744;
    line-height: 21px; */
}

.vertorial-step5-right img {
    border-radius: 5px;
    max-width: 100%;
}

@media only screen and (max-width: 1050px) {
    .vertorial-step5 .vertorial-container {
        gap: 20px;
    }k
}

@media only screen and (max-width: 768px) {
    .vertorial-step5 .vertorial-container {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .vertorial-step5-title-text {
        font-size: 24px;
        line-height: 34px;

    }

    .vertorial-step5 .vertorial-container {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .vertorial-step5-title-wrapper {
        padding: 0;
        margin-top: 10px;
      margin-bottom:14px;
    }
}
