.custom .landing-hero {
    background-position: center;
}

.custom .landing-hero .hero-content {
    color: rgb(32, 11, 51);
}

.custom .landing-hero .hero-content .left .landing-title {
    color: currentColor;
    margin-bottom: 40px;
}

.custom .landing-hero .hero-content .left h2 {
    max-width: 360px;
}

.custom .landing-hero .hero-content .left h2 .badge {
    color: #00A296;
    border-color: #00A296;
}

.custom .landing-hero .hero-content .left h3 {
    color: currentColor;
    max-width: 400px;
}

.custom .landing-hero .hero-content .left p {
    color: currentColor;
}

.landing-hero .landing-services .items-row .service-item .item-title .title {
  text-transform: uppercase;
}

.social-links {
    justify-content: center;
}

/* USA */
.price-usa .heading {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
}

.service-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    min-height: 200px;
    margin-top: 40px;
}

.service-item {
    padding: 40px;
}

.service-item  h3 {
    font-family: 'RobotoCondensed Bold', sans-serif;
    color: #673D8D;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.service-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-item ul li {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 5px 0;
    font-size: 16px;
}

.service-item ul li a {
    color: #435e69;
    text-decoration: underline;
}

.service-item ul li a:hover {
    color: #00A296;
}

.service-item ul li span:first-child {
    color: #435e69;
}

.service-item ul li span:nth-child(2) {
    color: #673D8D;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .price-usa .heading {
        max-width: 70%;
    }
}

@media (max-width: 820px) {
    .custom .landing-hero {
        position: relative;
        background-position: top center;
    }

    .custom .landing-hero .hero-content {
        position: relative;
        z-index: 2;
    }

    /* USA */
    .price-usa {
        padding-top: 20px;
    }
    .price-usa .heading {
        font-size: 24px;
        max-width: 100%;
    }

    .service-items {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .service-item {
        padding: 20px 0;
    }
}

@media (max-width: 744px) {
    .custom .landing-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.4);
    }

    .custom .landing-hero .hero-content .left h2 .badge {
        color: #FECC00;
        border-color: #FECC00;
    }
}

@media (max-width: 480px) {
    .custom .landing-hero {
        background-size: cover;
    }

    .custom .landing-hero .hero-content .left .landing-title {
        max-width: 60%;
        margin-bottom: 60px;
    }
}

@media (max-width: 380px) {
    .custom .landing-hero .hero-content .left .landing-title {
        max-width: 70%;

    }
}