.redirect-right a.simple-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 190px;
    padding: 5px;
}

@media screen and (min-width: 1680px) and (max-width: 2550px) {
    .become-adopter-textarea {
        position: absolute;
        top: 50%;
        right: 4%;
        width: 50%;
        max-width: 900px;
        transform: translateY(-50%);
        color: #ffffff;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1680px) {
    .custom-slider-left .adopter-description {
        height: 315px;
    }
}

@media screen and (max-width: 1367px) and (min-width: 1024px) {
    .custom-slider-left .adopter-description {
        height: 280px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .custom-slider-left .adopter-description {
        height: 210px;
    }
}

@media screen and (max-width: 767px) {
    .custom-slider-left .adopter-description {
        height: 341px;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1680px) {
    .become-adopter-textarea {
        position: absolute;
        top: 50%;
        right: 2%;
        width: 50%;
        max-width: 900px;
        transform: translateY(-50%);
        color: #ffffff;
    }
}

@media screen and (max-width: 1367px) and (min-width: 1024px) {
    .become-adopter-textarea {
        position: absolute;
        top: 50%;
        right: 2%;
        width: 65%;
        max-width: 900px;
        transform: translateY(-50%);
        color: #ffffff;
    }

    .redirect-right a.simple-button {
        display: inline-flex;
    }
}

@media screen and (max-width: 1024px) and (min-width: 991px) {
    .redirect-right a.simple-button {
        display: inline-flex;
    }

    .become-adopter-title div.become-adopter-description {
        font-size: 16px;
        line-height: 1.3;
    }

    .become-adopter-title div.become-adopter-name {
        font-size: 26px;
    }

    .become-adopter-title {
        margin-bottom: 20px;
        padding-right: 20px;
    }

    .banner-spec-button {
        height: 42px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .redirect-right a.simple-button {
        display: inline-flex;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .become-adopter-title div.become-adopter-name {
        margin-bottom: 10px;
    }

    .become-adopter-title {
        margin-bottom: 13px;
    }

    .become-adopter {
        box-sizing: border-box;
        width: 100vw;
        margin-right: -7.5vw;
        margin-left: -7.5vw;
    }
}

@media screen and (max-width: 767px) {
    .redirect-btn-wrapper {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .main-slider__content h1.p1 {
        font-size: 33px;
    }
}

@media screen and (max-width: 1366px) {
    .about-subscribe-description {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .about-subscribe-description {
        font-size: 12px;
    }
}
