.regionCont2 {
    width: 100%;
    background: #FFFFFF;
    padding: 100px 0 120px;
}

.regionTitle {
    text-align: center;
}

.regionCont2_card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    width: 1112px;
    margin: 0 auto;
    margin-top: 60px;
}

.regionCont2_card_item {
    width: 541px;
    padding: 30px 39px 30px 0;
    display: flex;
    align-items: center;
    box-shadow: inset -4px -4px 20px 0px rgba(197, 197, 197, 0.25);
    border-radius: 20px;
    background: rgba(197, 197, 197, 0.01);
}

.regionCont2_card_img {
    width: 150px;
    height: 82px;
    margin-right: 12px;
}

.regionCont2_card_cont {
    width: 340px;
}

.regionCont2_card_title {
    font-weight: bold;
    font-size: 20px;
    color: #3E4A71;
    line-height: 24px;
}

.regionCont2_card_desc {
    font-weight: 400;
    font-size: 14px;
    color: #8F92A1;
    line-height: 24px;
    margin-top: 10px;
}

.imgBoxItem img {
    width: 90px;
    height: 90px;
}

.imgBoxItem p:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    color: #303236;
    line-height: 21px;
    font-family: "Roboto Regular";
    margin-top: 24px;
}

.imgBoxItem p:nth-child(3) {
    font-weight: 300;
    font-size: 16px;
    color: #303236;
    line-height: 19px;
    font-family: "Roboto Light";
    margin-top: 8px;
}

.regionContFooter {
    padding-top: 98px;
    padding-bottom: 120px;
    background: linear-gradient(180deg, #FCFDFF 0%, #F8FAFF 100%);
}

.regionContFooter_cont {
    width: 1110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}

.regionContFooter_item {
    width: 255px;
    background: linear-gradient(180deg, rgba(65, 111, 244, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 9px 20px 0px rgba(153, 175, 224, 0.3);
    border-radius: 12px;
    text-align: center;
}

.regionContFooter_item_top {
    padding: 20px 20px 0;
    box-sizing: border-box;
    width: 100%;
}

.regionContFooter_item_img {
    width: 36px;
    height: 36px;
}

.regionContFooter_item_title {
    font-weight: bold;
    font-size: 18px;
    color: #3E4A71;
    line-height: 24px;
    font-family: "Roboto Bold";
    margin-top: 12px;
    height: 48px;
}

.regionContFooter_item_from {
    font-weight: 400;
    font-size: 14px;
    color: #9EA1AB;
    line-height: 16px;
    font-family: "Roboto Regular";
    margin-top: 8px;
}

.regionContFooter_item_price {
    font-weight: 500;
    font-size: 48px;
    color: #212121;
    line-height: 57px;
    letter-spacing: 1px;
    font-family: "Roboto Medium";
    margin-top: 16px;
}

.regionContFooter_item_price span {
    font-weight: 400;
    font-size: 16px;
    color: #181818;
    line-height: 19px;
    font-family: "Roboto Regular";
}

.regionContFooter_item_btn {
    height: 52px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #416FF4;
    font-weight: bold;
    font-size: 16px;
    color: #416FF4;
    font-family: "Roboto Bold";
    text-align: center;
    line-height: 52px;
    margin-top: 22px;
    cursor: pointer;
}

.regionContFooter_item_btn:hover {
    background: #416FF4;
    color: #FFFFFF;
}

.regionContFooter_cont .line {
    height: 1px;
    background: #EAEAED;
    margin-top: 24px;
}

.regionContFooter_list {
    text-align: left;
}

.regionContFooter_list {
    margin-top: 26px;
}

.regionContFooter_list_item {
    font-weight: 400;
    font-size: 13px;
    color: #212121;
    line-height: 15px;
}

.regionContFooter_list_item img {
    width: 13px;
    height: 10px;
}

.regionContFooter_list_item+.regionContFooter_list_item {
    margin-top: 12px;
}

.regionContFooter_item_bottom {
    padding: 24px 0;
    font-weight: 400;
    font-size: 14px;
    color: #416FF4;
    cursor: pointer;
}

@media (max-width: 1110px) {

    .imgBox,
    .regionCont2_card {
        width: 100%;
    }

    .regionCont2_card_item {
        width: 93%;
    }

    .regionCont2_card_cont {
        width: 70%;
    }

    .regionContFooter_cont {
        width: 100%;
        flex-wrap: wrap;
    }

    .regionContFooter_item {
        margin-bottom: 20px;
    }

    .imgBoxItem {
        margin: 30px;
    }
}

@media (max-width: 500px) {
    .regionCont2_card {
        display: block;
    }

    .regionCont2_card_item {
        margin-bottom: 20px;
    }

    .regionContFooter_item {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}