* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.child_science_main_wrapper {
    width: 100%;
    height: 100%;
}
main {
    width: 100%;
}

body.overflow_hidden {
    overflow: hidden!important;
}

/*header*/

.header {
    width: 100%;
    border-bottom:  1px solid rgba(85, 0, 255, 0.18);
    background: #FFF;
    padding: 14px 0;
}

.header_wrapper {
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    display: flex;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.header_nav {
    width: 263px;
}
.header_ul_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_ul_link {
    color: #010101;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.header_ul_li {
    list-style: none;
}

.download_the_application_link {
    width: 280px;
    height: 41px;
    border-radius: 15px;
    background: #0AE0FD;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 140% */
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


/*main*/

/*top*/

.top {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 80px;
}
.top_wrapper {
    width: 100%;
    max-width: 1216px;
    margin: 0  auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_info_item {
    width: 100%;
    max-width: 600px;
}
.top_img_item {
    width: 100%;
    max-width: 220px;
}

.top_info_item_title {
    color: #50F;
    font-family: 'Lora', serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.top_info_item_text {
    color: #333;
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}
.top_info_item_text span {
    color: #F109CE;
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.top_download_application_link {
    border-radius: 15px;
    background: #F109CE;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 280px;
    height: 41px;
}
/*child_info*/

.child_info {
    width: 100%;
    margin-bottom: 80px;
}
.child_info_wrapper {
    width: 100%;

}

.child_info_img {
    width: 100%;
    height: 720px;
}
.child_info_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*child_science_details*/
.child_science_details {
    width: 100%;
    margin-bottom: 80px;
}
.child_science_details_wrapper {
    max-width: 984px;
    width: 100%;
    margin: 0 auto;
}
.child_science_details_item1 {
    display: flex;
    align-items: center;
    max-width: 388px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 69px;
}

.child_science_details_item1_icon {
    width: 116px;
    margin-right: 16px;
}

.child_science_details_item1_info_box {
    width: 257px;
}
.child_science_details_item1_title {
    color: #10C200;
    font-family: 'Lora', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.child_science_details_item1_info {
    color: #333;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.child_science_details_items_wrapper1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 73px;
}

.child_science_details_main_img {
    max-width: 265px;
    width: 100%;
    height: 174px;
}
.child_science_details_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.child_science_details_item2 {
    width: 100%;
    max-width: 257px;
}

.child_science_details_item3 {
    width: 100%;
    max-width: 257px;
}

.child_science_details_item2_icon {
    max-width: 189px;
    width: 100%;
    margin-bottom: 19px;
}
.child_science_details_item3_icon {
    max-width: 247px;
    width: 100%;
    margin-bottom: 19px;
}
.child_science_details_item2_info_box {
    max-width: 257px;
    width: 100%;
}

.child_science_details_item2_title {
    color: #5500FF;
    font-family: 'Lora', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.child_science_details_item2_info {
    color: #333;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.child_science_details_item3_info_box {
    max-width: 257px;
    width: 100%;
}

.child_science_details_item3_title {
    color: #F109CE;
    font-family: 'Lora', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.child_science_details_item3_info {
    color: #333;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.child_science_details_items_wrapper2 {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    width: 100%;
}
.child_science_details_item4:first-child {
    width: 100%;
    max-width: 425px!important;
    display: flex;
    align-items: center;
    margin-right: 38px;
}
.child_science_details_item4:last-child {
    width: 100%;
    max-width: 550px!important;
    display: flex;
    align-items: center;
}
.child_science_details_item4_info_box {
    max-width: 257px;
    width: 100%;
}

.child_science_details_item4_title {
    color: #F1E109;
    font-family: 'Lora', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.child_science_details_item5_title {
    color: #0AE0FD;
    font-family: 'Lora', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.child_science_details_item4_info {
    color: #333;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.child_science_details_item4_icon {
    max-width: 168px;
    width: 100%;
    margin-left: 8px;
}


.child_science_details_item5_icon {
    max-width: 298px;
    width: 100%;
    margin-right: 15px;
}


/*child_info*/

.child_info2 {
    width: 100%;
    margin-bottom: 80px;
}
.child_info_wrapper2 {
    width: 100%;

}

.child_info_img2 {
    width: 100%;
    height: 450px;
}
.child_info_img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*meet_the_characters*/
.meet_the_characters {
    width: 100%;
    margin-bottom: 80px;
    position: relative;
}
.meet_the_characters_wrapper {
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
}
.meet_the_characters_title_box {
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    padding: 20px 30px;
}
.meet_the_characters_title {
    color: #10C200;
    font-family: 'Lora', serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.swiper-slide {
    width: 100%;
    margin: 0 auto;
}
.meet_the_characters_item {
    border-radius: 20px;
    background: #F8F8F8;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 1008px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 36px 17px 70px;
    height: 280px!important;
}
.meet_the_characters_item_title {
    font-family: 'Lora', serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 103.615%; /* 62.169px */
    text-transform: uppercase;
    max-width: 300px;
    width: 100%;
    flex: 1;
}
.meet_the_characters_item_title1 {
    color: #94A154;
}
.meet_the_characters_item_title2 {
    color: #006FDB;
}
.meet_the_characters_item_title3 {
    color: #CF6810;
}
.meet_the_characters_item_title4 {
    color: #B80000;
}
.meet_the_characters_item_title5 {
    color: #A000C0;
}
.meet_the_characters_item_title6 {
    color: #77AFBF;
}
.meet_the_characters_item_title7 {
    color: #EE5152;
}
.meet_the_characters_item_img img {
    object-fit: contain;
}
.meet_the_characters_item_img1 {
    max-width: 236px;
    width: 100%;
    height: 216px;
}
.meet_the_characters_item_img1 img {
    max-width: 236px;
    width: 100%;
    height: 216px;
}
.meet_the_characters_item_img2 {
    max-width: 236px;
    width: 100%;
    height: 250px;
}
.meet_the_characters_item_img2 img {
    max-width: 236px;
    width: 100%;
    height: 250px;
}
.meet_the_characters_item_img3 {
    max-width: 204px;
    width: 100%;
    height: 234px;
}
.meet_the_characters_item_img3 img {
    max-width: 204px;
    width: 100%;
    height: 234px;
}
.meet_the_characters_item_img4 {
    max-width: 236px;
    width: 100%;
    height: 259px;
}
.meet_the_characters_item_img4 img {
    max-width: 236px;
    width: 100%;
    height: 259px;
}
.meet_the_characters_item_img5 {
    max-width: 156px;
    width: 100%;
    height: 256px;
}
.meet_the_characters_item_img5 img {
    max-width: 156px;
    width: 100%;
    height: 256px;
}
.meet_the_characters_item_img6 {
    max-width: 193px;
    width: 100%;
    height: 250px;
}
.meet_the_characters_item_img6 img {
    max-width: 193px;
    width: 100%;
    height: 250px;
}
.meet_the_characters_item_img7 {
    max-width: 451px;
    width: 100%;
    height: 275px;
}
.meet_the_characters_item_img7 img {
    max-width: 451px;
    width: 100%;
    height: 275px;
}
.swiper-button-next::after {
    display: none!important;

}
.swiper-button-prev::after {
    display: none!important;
}
.swiper-button-prev {
    left: 0!important;
    top: 8px!important;
    background-image: url("../images/prev_icon.svg") !important;
    background-size: 42px 42px!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    height: 280px!important;
    width: 70px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(0, 0, 0, 0.25);
    margin-top: unset!important;
}

.swiper-button-next {
    right: 0!important;
    top: 8px!important;
    background-image: url("../images/next_icon.svg") !important;
    background-repeat: no-repeat!important;
    background-size: 42px 42px!important;
    background-position: center!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    width: 70px!important;
    height: 280px!important;
    border: 2px solid rgba(0, 0, 0, 0.25);
    margin-top: unset!important;
}
.meet_the_characters_swiper_buttons_wrapper {
    width: 100%;
    /*position: relative;*/
}
#meet_the_characters_swiper {
    padding: 10px;
}

/*footer*/

.footer {
    width: 100%;
    border-top: 1px solid rgba(85, 0, 255, 0.18);
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer_wrapper {
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
}

.footer_first_child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
.footer_second_child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.footer_logo_link {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.footer_logo_link_title {
    color: #50F;
    font-family: 'Lora', serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 12px;
}
.footer_info {
    color: #333;
    text-align: right;
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.footer_copyright_info {
    color: #333;
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.footer_privacy_policy_link {
    display: flex;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #333;
    text-align: right;
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.mobile_header_wrapper {
    display: none;
    position: relative;

}


.mobile_menu {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    /*right: -1000px;*/
    /*transition: 0.5s;*/
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background:  rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
}
.mobile_menu_wrapper {
    height: 100%;
    width: 320px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    padding-top: 80px;
    padding-left: 15px;
    overflow: scroll;
    padding-right: 15px;
    padding-bottom: 20px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.mobile_menu_close_btn {
    cursor: pointer;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 20px;
}

.mobile_menu.open {
    display: flex!important;
}

.hamburger_btn {
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    background: none;
    position: absolute;
    left: 16px;
    top: 26px;
}
.child_info_mobile_img {
    display: none;
}
.mobile_child_science_details_wrapper {
    display: none;
}
.mobile_child_info_img2 {
    display: none;
    width: 100%;
}
.mobile_child_info_img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination {
    display: none;
}

/*mobile*/

@media (max-width: 1550px) {
    .child_info_img {
        height: unset !important;
    }

    .child_info_img2 {
        height: unset !important;
    }
}

@media (min-width: 768px) and (max-width: 1260px) {
    .meet_the_characters_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .footer_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .header_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .top_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
}
@media (min-width: 768px) and (max-width: 1020px) {
    .child_science_details_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .top_info_item {
        max-width: 500px!important;
    }
    .child_science_details_main_img {
        max-width: 200px!important;
        height: 125px!important;
    }
}

@media (max-width: 768px) {
    .meet_the_characters {
        margin-bottom: 60px!important;
    }
    .swiper-pagination-bullet-active {
        background: #F33!important;
    }
    .swiper-pagination-bullet {
        background: #F8F8F8;
    }
    .swiper-pagination {
        bottom: 8px!important;
    }
    #meet_the_characters_swiper {
        padding:  10px 1px 35px 1px!important;
    }
    .meet_the_characters_item_img1 {
        max-width: 190px;
        width: 100%;
        height: 175px;
    }
    .meet_the_characters_item_img1 img {
        max-width: 190px;
        width: 100%;
        height: 175px;
    }
    .meet_the_characters_item_img2 {
        max-width: 190px;
        width: 100%;
        height: 180px;
    }
    .meet_the_characters_item_img2 img {
        max-width: 190px;
        width: 100%;
        height: 180px;
    }
    .meet_the_characters_item_img3 {
        max-width: 190px;
        width: 100%;
        height: 180px;
    }
    .meet_the_characters_item_img3 img {
        max-width: 190px;
        width: 100%;
        height: 180px;
    }
    .meet_the_characters_item_img4 {
        max-width: 190px;
        width: 100%;
        height: 175px;
    }
    .meet_the_characters_item_img4 img {
        max-width: 190px;
        width: 100%;
        height: 175px;
    }
    .meet_the_characters_item_img5 {
        max-width: 156px;
        width: 100%;
        height: 175px;
    }
    .meet_the_characters_item_img5 img {
        max-width: 156px;
        width: 100%;
        height: 175px;
    }
    .meet_the_characters_item_img6 {
        max-width: 173px;
        width: 100%;
        height: 180px;
    }
    .meet_the_characters_item_img6 img {
        max-width: 173px;
        width: 100%;
        height: 180px;
    }
    .meet_the_characters_item_img7 {
        max-width: 451px;
        width: 100%;
        height: 200px;
    }
    .meet_the_characters_item_img7 img {
        max-width: 451px;
        width: 100%;
        height: 200px;
    }
    .meet_the_characters_item {
        flex-direction: column;
        padding: 22px 45px!important;
    }

    .meet_the_characters_swiper_buttons_wrapper {
        display: none!important;
    }
    .swiper-pagination {
        display: block!important;
    }
    .meet_the_characters_wrapper {
        max-width: unset!important;
        width: 90% !important;
    }
    .footer_privacy_policy_link {
        margin-bottom: 40px;
    }
    .footer_second_child {
        flex-direction: column-reverse;
    }
    .footer_first_child {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .footer_logo_link {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .footer_logo_link_title {
        margin-left: unset!important;
    }
    .footer_wrapper {
        max-width: unset!important;
        width: 90%!important;
    }

    .mobile_child_info_img2 {
        display: block!important;
    }
    .child_info_img2 {
        display: none!important;
    }
    .child_science_details_item1_info_box {
        width: 100% !important;
    }
    .child_science_details_item1_icon {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .child_science_details_item2_icon {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .child_science_details_item3_icon {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .child_science_details_item4_icon {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .child_science_details_item5_icon {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .child_science_details_item:not(:last-child) {
        margin-bottom: 40px;
        /*width: 100% !important;*/
    }
    .child_science_details_item1_info_box {
        width: 100% !important;
    }
    .child_science_details_main_img {
        max-width: 288px;
        width: 100%;
        height: 174px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .child_science_details_wrapper {
        display: none!important;
    }
    .mobile_child_science_details_wrapper {
        width: 90%!important;
        margin: 0 auto;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .child_science_details_wrapper {
        max-width: unset!important;
        width: 90%!important;
    }
    .child_info_mobile_img {
        display: block!important;
        width: 100%;
        /*height: 1114px;*/
    }
    .child_info_mobile_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .child_info_img {
        display: none!important;
    }
    .header_wrapper {
        max-width: unset!important;
        width: 90% !important;
    }
    .top_wrapper {
        max-width: unset!important;
        width: 90% !important;
    }
    .top_info_item_text {
        font-size: 15px!important;
        margin-bottom: 30px!important;
    }

    .top_wrapper {
        flex-direction: column-reverse;
    }
    .top_img_item {
        margin-bottom: 35px;
    }
    .mobile_header_wrapper {
        width: 95%;
        display: flex!important;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .header_wrapper {
        display: none!important;
    }
    .header_nav {
        width: unset!important;
        margin-bottom: 30px;
    }
    .header_ul_list {
        flex-direction: column;
    }

    .header_ul_li {
        margin-bottom: 20px;
    }
    .header {
        border-bottom: unset!important;
    }

}

@media (min-width: 426px) and (max-width: 768px) {
    .meet_the_characters_item {
        height: 320px!important;
    }
    .meet_the_characters_title {
        font-size: 22px!important;
    }
    .meet_the_characters_title_box {
        margin-bottom: 20px!important;
        padding: 15px 20px!important;
    }
    .meet_the_characters_item_title {
        font-size: 40px!important;
        max-width: unset!important;
        text-align: center;
        width: 250px!important;
        margin: 0 auto;
        margin-bottom: 22px;
        flex: unset!important;
    }

    .meet_the_characters_item_title2 {
        width: 300px!important;
    }
    .child_info2 {
        margin-bottom: 60px!important;
    }
    .child_science_details {
        margin-bottom: 60px!important;
    }
    .top_info_item_title {
        font-size: 35px!important;
        margin-bottom: 10px!important;
    }
    .child_info {
        margin-bottom: 60px!important;
    }
    .top {
        padding-top: 50px!important;
        margin-bottom: 70px!important;
    }
}

@media (max-width: 426px) {
    .meet_the_characters_title {
        font-size: 18px!important;
    }
    .meet_the_characters_title_box {
        margin-bottom: 11px!important;
        padding: 13px 15px!important;
        border-radius: 15px!important;
    }

    .footer {
        padding-top: 14px!important;
        padding-bottom: 18px!important;
    }
    .meet_the_characters_item_title {
        text-align: center;
        font-size: 20px!important;
        max-width: unset!important;
        width: 120px!important;
        margin: 0 auto;
        margin-bottom: 22px;
        flex: unset!important;
    }
    .meet_the_characters_item_title2 {
        width: 196px!important;
    }
    .footer_privacy_policy_link {
        font-size: 15px!important;
    }
    .footer_info {
        font-size: 15px!important;
    }
    .footer_logo_link_title {
        font-size: 20px!important;
    }
    .child_info2 {
        margin-bottom: 40px!important;
    }
    .child_science_details {
        margin-bottom: 40px!important;
    }
    .top {
        padding-top: 40px!important;
        margin-bottom: 70px!important;
    }
    .child_info {
        margin-bottom: 40px!important;
    }
    .top_info_item_title {
        font-size: 30px!important;
        margin-bottom: 10px!important;
    }
    .header_logo svg {
        height: 32px!important;
        width: 32px!important;
    }
    .header {
        padding: 13px 0;
    }
    .hamburger_btn {
        top: 8px!important;
    }
    .mobile_menu_wrapper {
        width: 100% !important;
    }
}


@media (max-width: 1020px) {
    .child_science_details_item4:first-child {
        flex-direction: column-reverse;
    }
    .child_science_details_item4 {
       flex-direction: column;
    }

}


@media (min-width: 950px) and (max-width: 1260px) {
    .meet_the_characters_item {
        width: 84% !important;
    }
}
@media (min-width: 768px) and (max-width: 950px) {
    .meet_the_characters_item {
        width: 80% !important;
        padding: 17px 20px!important;
    }
    .meet_the_characters_item_title {
        font-size: 45px!important;
    }
}
