.main-header {
    background-image: url(/assets/images/landings/gracias-hero.png);
    background-position: center;
}

.yellow-line {
    text-transform: uppercase;
}

.icon {
    width: 64px;
}

.title-gracias {
    color: #878801;
    font-family: Poppins-bold;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.24px;
}

.title {
    color: #2D2D2D;
    font-family: Poppins-bold;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.24px;
}

.img-container {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.btn-thanks {
    p {
        margin: 0px;
    }
}

.img-container img {
    object-fit: cover;
    padding: 0px;
}

.w-90 {
    width: 90%;
}

.img-s1-container {
    height: 60vh;
    filter: drop-shadow(0px 0px 5.481543064117432px rgba(0, 0, 0, 0.0));
}

@media (max-width: 1440px) {
    .title {
        color: #2D2D2D;
        font-family: "poppins-bold";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.24px;
    }

    p {
        font-size: 14px;
    }

    .img-s1-container {
        height: 80vh;
    }
}


@media (max-width: 900px) {
    .yellow-line-18 {
        color: #141414;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    .title {
        color: #212121;
        text-align: center;
        font-family: Poppins-bold;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal !important;
    }

    .title-gracias {
        color: #878801;
        font-family: Poppins-bold;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 100% */
        letter-spacing: -0.12px;
    }

    .img-s1-container {
        height: 50vh;
    }

    p {
        text-align: center;
    }

    .btn-outline {
        color: #2D2D2D;
        font-family: Poppins-bold;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .icon {
        width: 32px;
    }

    .s1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-1 {
        padding-left: 16px;
    }

}