.landingpg {
    background: #fcfdff;
}

.landing-section {
    width: 100%;
    height: 100%;
    /* min-height: calc(100vh - 75px); */
    min-height: 100vh;
    padding: 120px 0px 50px 0px;
}
.landing-section .landsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.landing-section .landsec-left h3 {
    font-weight: 500;
    font-size: 52px;
    line-height: 75px;
    margin-bottom: 35px;
}
.landing-section .landsec-left h3 span {
    color: #EB9421;
}
.landing-section .landsec-left p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #768693;
    margin-bottom: 0;
}
.landing-section .regionlist {
    list-style: none;
    padding: 0;
    margin: 85px 0px 0px 0px;
}
.landing-section .regionlist li {
    margin-bottom: 30px;
}
.landing-section .regionlist li:last-child {
    margin-bottom: 0px;
}
.landing-section .regionlist li a {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #1D1D1D;
    background: #F3F3F3;
    border: 2px solid #F3F3F3;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 17px;
}.landing-section .regionlist li a img {
    margin-right: 15px;
}
.landing-section .regionlist li a:hover {
    background-color: transparent;
    border: 2px solid #EB9421;
}

.landing-section .landsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}