.subscription_section {
    padding: 60px 0px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/subscription_top_corner.svg") right top no-repeat, url("../images/subscription_leaf.svg") left bottom 373px no-repeat, url("../images/scbscription_bottom_left_corner.svg") left bottom no-repeat, url("../images/subscription_leaf2.svg") right bottom no-repeat, url("../images/subscription_bottom_right_corner.svg") right bottom no-repeat;
    /* background-size: auto 437px, auto 259px, auto 363px, auto 380px, auto 357px; */
    /* background-size: auto 40.8%, auto 24%, auto 33.4%, auto 35.3%, auto 33.2%; */
    background-size: auto 23.8vw, auto 12vw, auto 19vw, auto 19.5vw, auto 18vw;
}

.subscription_section .subscription_inner .subscription_logo {
    text-align: center;
    /* margin-bottom: 83px; */
    margin-bottom: 60px;
}

.subscription_section .subscription_inner .subscription_logo img {
    width: 100%;
    /* max-width: 415px; */
    max-width: 15.6vw;
    height: auto;
}

.subscription_section .subscription_inner .subscription_content h1 {
    /* font-size: 28px;
    line-height: 32px; */
    font-size: 1.5vw;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: Lato;
    text-align: center;
    margin-bottom: 33px;
}

.subscription_section .subscription_inner .subscription_content p {
    max-width: 375px;
    margin: 0 auto 40px auto;
    /* font-size: 18px;
    line-height: 24px; */
    font-size: 1vw;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    font-family: "Lato";
    text-align: center;
}

.subscription_section .subscription_inner .subscription_form {
    max-width: 311px;
    width: 100%;
    margin: 0 auto 77px;
}

.subscription_section .subscription_inner .subscription_form input[type=text],
.subscription_section .subscription_inner .subscription_form input[type=email] {
    height: 57px;
    margin-bottom: 11px;
    border: 1px solid #cdcdcd;
}

.subscription_section .subscription_inner .subscription_form input[type=text]:focus,
.subscription_section .subscription_inner .subscription_form input[type=email]:focus {
    box-shadow: none;
    outline: none;
}

.subscription_section .subscription_inner .subscription_form input::placeholder {
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    font-weight: 300;
    font-family: "Lato";
    text-align: center;
}

.subscription_btn {
    width: 311px;
    height: 57px;
    background-color: rgb(225, 99, 39);
    border: 1px solid rgb(225, 99, 39);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lato";
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
}

.subscription_btn:hover {
    background-color: rgba(225, 99, 39, 0.6);
    color: #fff;
}

.subscription_section .subscription_inner .subscription_form .subscription_check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.subscription_section .subscription_inner .subscription_form .subscription_check .form-check-input {
    margin: 0;
    width: 11px;
    height: 11px;
}

.subscription_section .subscription_inner .subscription_form .subscription_check .form-check-label {
    font-size: 12px;
    line-height: 10px;
    color: #000000;
    font-weight: 300;
    font-family: "Lato";
}

.subscription_section .subscription_inner .subscription_form .subscription_check .form-check-label a {
    font-weight: 700;
    color: #000000;
}

.subscription_section .subscription_inner .subscription_footer p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    font-family: "Lato";
}

.subscription_section .subscription_inner .subscription_footer .social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

@media only screen and (max-width: 1400px) {
    .subscription_section {
        padding: 30px 0px;
        background: url(../images/subscription_top_corner.svg) right top no-repeat, url(../images/subscription_leaf.svg) left bottom 234px no-repeat, url(../images/scbscription_bottom_left_corner.svg) left bottom no-repeat, url(../images/subscription_leaf2.svg) right bottom no-repeat, url(../images/subscription_bottom_right_corner.svg) right bottom no-repeat;
        background-size: auto 30%, auto 19%, auto 28.4%, auto 28.3%, auto 26.2%;
    }

    .subscription_section .subscription_inner .subscription_logo {
        margin-bottom: 30px;
    }

    .subscription_section .subscription_inner .subscription_content h1 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .subscription_section .subscription_inner .subscription_content p {
        margin: 0 auto 35px auto;
        font-size: 15px;
    }

    .subscription_section .subscription_inner .subscription_form {
        margin: 0 auto 20px;
    }

    .subscription_section .subscription_inner .subscription_footer p {
        margin-bottom: 5px;
    }

    .subscription_section .subscription_inner .subscription_form input[type=text],
    .subscription_section .subscription_inner .subscription_form input[type=email] {
        height: 47px;
    }

    .subscription_btn {
        height: 47px;
        font-size: 15px;
    }

    .subscription_section .subscription_inner .subscription_form .subscription_check {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .subscription_section {
        background: url(../images/subscription_top_corner.svg) right top no-repeat, url(../images/subscription_leaf.svg) left bottom 210px no-repeat, url(../images/scbscription_bottom_left_corner.svg) left bottom no-repeat, url(../images/subscription_leaf2.svg) right bottom no-repeat, url(../images/subscription_bottom_right_corner.svg) right bottom no-repeat;
        background-size: auto 30%, auto 19%, auto 28.4%, auto 28.3%, auto 26.2%;
    }

    .subscription_section .subscription_inner .subscription_logo img {
        max-width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .subscription_section {
        padding: 105px 0px 200px;
        background: url(../images/subscription_top_corner_mobile.svg) right top no-repeat, url(../images/subscription_leaf.svg) left bottom 229px no-repeat, url(../images/scbscription_bottom_left_corner.svg) left bottom no-repeat, url(../images/subscription_leaf2.svg) right bottom no-repeat, url(../images/subscription_bottom_right_corner.svg) right bottom no-repeat;
        background-size: auto 18.8%, auto 12%, auto 21.2%, auto 21.9%, auto 20.8%;
    }

    .subscription_section .subscription_inner .subscription_logo img {
        width: 100%;
        max-width: 198px;
    }

    .subscription_section .subscription_inner .subscription_logo {
        margin-bottom: 30px;
    }

    .subscription_section .subscription_inner .subscription_content h1 {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .subscription_section .subscription_inner .subscription_content p {
        max-width: 255px;
        font-size: 18px;
        line-height: 19px;
        margin: 0 auto 20px auto;
    }

    .subscription_section .subscription_inner .subscription_form {
        max-width: 304px;
    }

    .subscription_section .subscription_inner .subscription_form input[type=text],
    .subscription_section .subscription_inner .subscription_form input[type=email] {
        height: 48px;
        margin-bottom: 8px;
    }

    .subscription_btn {
        max-width: 304px;
        height: 48px;
        margin-top: 7px;
        margin-bottom: 12px;
    }

    .subscription_section .subscription_inner .subscription_form .subscription_check .form-check-label {
        font-size: 8px;
        line-height: 10px;
    }

    .subscription_section .subscription_inner .subscription_form .subscription_check .form-check-input {
        width: 10px;
        height: 10px;
    }

    .subscription_section .subscription_inner .subscription_footer p {
        font-size: 11px;
    }
}

@media only screen and (max-width: 600px) {
    .subscription_section {
        padding: 105px 0px 200px;
        background: url(../images/subscription_top_corner_mobile.svg) right top no-repeat, url(../images/subscription_leaf.svg) left bottom 190px no-repeat, url(../images/scbscription_bottom_left_corner.svg) left bottom no-repeat, url(../images/subscription_leaf2.svg) right bottom no-repeat, url(../images/subscription_bottom_right_corner.svg) right bottom no-repeat;
        background-size: auto 18.8%, auto 12%, auto 21.2%, auto 21.9%, auto 20.8%;
    }
}