.explore-section-shortcode {
    background: #F0F3F7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.explore-section-shortcode h2 {
    margin-top: 0;
    margin-bottom: 16px
}

.explore-section-shortcode .explore_section-shortcode_item img {
    max-width: 24px;
    margin-right: 15px;
}

.explore-section-shortcode .explore-section-inner .explore-section-points {
    margin-bottom: 20px;
}

.explore-section-shortcode .explore-section-inner .explore-section-points ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.explore-section-shortcode .explore-section-inner .explore-section-points ul li {
    display: inline-block;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04), 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    width: 32.5%;
    margin-bottom: 12px;
    padding: 15px 20px 15px 15px !important;
    background: #FFFFFF;
    cursor: pointer;
}

.explore-section-shortcode .explore-section-inner .explore-section-points ul li a::after {
    content: "";
    width: 17px;
    height: 17px;
    float: right;
    background: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.13413 5.66407H14.5583L12.3346 7.98244C12.0864 8.24116 12.0855 8.66161 12.3324 8.92156C12.5794 9.18154 12.9808 9.1825 13.2289 8.92381L16.541 5.47069C16.5413 5.47049 16.5414 5.47026 16.5416 5.47006C16.7891 5.21134 16.7899 4.78953 16.5417 4.52995C16.5415 4.52975 16.5413 4.52951 16.5411 4.52932L13.229 1.07619C12.9809 0.817539 12.5795 0.818435 12.3325 1.07845C12.0855 1.3384 12.0865 1.75885 12.3346 2.01757L14.5583 4.33594H1.13413C0.784042 4.33594 0.500256 4.63324 0.500256 5C0.500256 5.36676 0.784042 5.66407 1.13413 5.66407Z' fill='%231C2642'/%3E%3C/svg%3E") bottom no-repeat;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
@media screen and (min-width: 767px) {
    .explore-section-shortcode .explore-section-inner .explore-section-points ul li a:hover::after {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
}
.explore-section-inner .explore-section-points ul li a {
    display: block;
    font-family: var(--primary-font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1C2642;
    text-decoration: none;
}

.explore-section-shortcode .explore-section-intro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.explore-section-shortcode .explore-section-intro .intro-info {
    display: flex;
    flex-direction: row;
    max-width: 540px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0px;
}

.explore-section-shortcode .explore-section-intro .intro-icon img {
    max-width: 33px;
}

.explore-section-shortcode .explore-section-intro .intro-icon {
    padding: 15px 23px 15px 6px;
}

.explore-section-shortcode .explore-section-intro .intro-text {
    font-size: 16px;
    line-height: 22px;
}

.explore-section-shortcode .explore-section-intro .intro-title {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #1C2642;
    margin-bottom: 10px;
}

.explore-section-shortcode .explore-section-intro .intro-items-mob {
    display: none;
}


.explore-section-shortcode .explore-section-intro .intro-items {
    display: block;
}


.explore-section-shortcode .explore-section-intro .intro-items .dropdown_menu_items_text {
    background: #FFFFFF;
    border: 1px solid #1C2642;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 9px 16px;
    color: #2E364E;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    cursor: pointer;
}

.explore-section-shortcode .explore-section-intro .intro-items .dropdown_menu_items_text::after {
    content: "";
    background: #014C6B url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.714783 1.83697L4.98679 6.10878C5.26929 6.39127 5.73071 6.39127 6.01321 6.10878L10.2852 1.83697C10.7435 1.37871 10.4202 0.597168 9.77044 0.597168H1.22956C0.579811 0.597168 0.256507 1.37871 0.714783 1.83697Z' fill='white'/%3E%3C/svg%3E") right 16px center no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 31px;
    border-radius: 0px 4px 4px 0px;
    right: 0px;
}

.explore-section-shortcode .explore-section-intro .intro-items .dropdown_menu_items {
    position: absolute;
    width: calc(100% - 44px);
    max-width: 540px;
    border: 1px solid #afafaf;
    border-radius: 4px;
    background-color: #fff;
    top: 81px;
    z-index: 2;
    overflow: hidden;
}

.explore-section-shortcode .explore-section-intro .intro-items .dropdown_menu_items .explore_section-shortcode_item {
    padding: 8px 16px;
}

.explore-section-shortcode .explore-section-intro .col-6 {
    padding: 0px;
}

.explore-section-shortcode .explore-section-intro .drop {
    padding-left: 44px;
    padding-top: 31px;
    max-width: 585px;
    flex: 2 0 50%;
}

.explore-section-shortcode .explore-section-intro .intro-items .dropdown_menu_items .explore_section-shortcode_item a {
    font-size: 16px;
    line-height: 150%;
    color: #2E364E;
    display: block;
    text-decoration: none;
}

.explore-section-shortcode .explore-section-intro .intro-items .dropdown_menu_items .explore_section-shortcode_item:hover {
    background-color: #f4f4f4;
}

.explore-section-shortcode .explore-section-intro .intro-items .dropdown_menu_items.hidden,
.explore-section-shortcode .explore-section-inner .intro-info-mobile {
    display: none;
}

@media screen and (max-width: 767px) {

    .explore-section-shortcode {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .explore-section-shortcode h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 19px;
    }

    .explore-section-shortcode .explore-section-inner .explore-section-points ul li {
        width: 100%;
        margin-bottom: 2px;
    }

    .explore-section-shortcode .explore-section-inner .explore-section-points {
        margin-bottom: 33px
    }

    .explore-section-shortcode .explore-section-intro .intro-items, .explore-section-shortcode .explore-section-intro {
        display: none;
    }

    .explore-section-shortcode .explore-section-intro .intro-items-mob,
    .explore-section-shortcode .explore-section-inner .intro-info-mobile {
        display: block;
    }

    .explore-section-shortcode .intro-info-mobile {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .explore-section-shortcode .intro-icon-mobile {
        width: 100%;
        display: flex;
        margin-bottom: 18px;
        align-items: flex-end;
    }

    .explore-section-shortcode .intro-icon-mobile .intro-title {
        font-family: var(--primary-font-family);
        font-weight: 700;
        font-size: 18px;
        line-height: 130%;
        color: #1C2642;
    }

    .explore-section-shortcode .intro-icon-mobile .intro-icon img {
        max-width: 18px;
        margin-right: 12px;
    }

    .explore-section-shortcode .intro-text-mobile {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .explore-section-shortcode .explore_section-shortcode_item img {
        max-width: 21px;
    }

    .explore-section-shortcode .intro-items-mob {
        width: 100%;
    }

    .explore-section-shortcode .intro-items-mob select {
        border: 1px solid #1C2642;
        box-sizing: border-box;
        border-radius: 6px;
        color: #2E364E;
        display: initial;
        background: #FFFFFF url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='44' fill='%23014C6B'/%3E%3Cpath d='M17.2148 20.378L21.4868 24.6498C21.7693 24.9323 22.2307 24.9323 22.5132 24.6498L26.7852 20.378C27.2435 19.9197 26.9202 19.1382 26.2704 19.1382H17.7296C17.0798 19.1382 16.7565 19.9197 17.2148 20.378Z' fill='white'/%3E%3C/svg%3E") right -1px center no-repeat;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        height: 44px;
        padding-left: 16px;
        width: 100%;
        appearance: none;
        cursor:pointer;
    }
}
