/* buttom_newsletter_sec */
.newsletter_sec {
    width: 100%;
    background: #255cdc;
    padding: 80px 0px;
}
.newsletter_sec h2 {
    font-size: 44px;
    text-align: left;
    color: #c1caef;
    margin-bottom: 20px;
}
.newsletter_sec h2 span {
    display: block;
    color: #fff;
}
.newsletter_sec button {
    width: 250px;
    text-align: center !important;
    height: 55px;
    padding: 0 0;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: left;
    color: #255cdc;
    text-decoration: none;
    border: none;
    transition: 0.3s;
}
.newsletter_sec button:hover {
    background: #f5f4f4;
}
.newsletter_sec input {
    height: auto;
    padding: 14px 25px;
    text-align: left;
    outline: none;
    background: transparent !important;
    border-radius: 15px;
    outline: none;
    color: #fff !important;
    box-shadow: none !important;
}
.newsletter_sec input::placeholder {
    color: #e5e5e5bf !important;
}
@media screen and (max-width: 991px) {
    .newsletter_sec {
        padding: 50px 0px;
    }
    .newsletter_sec h2 {
        font-size: 28px;
    }
    .newsletter_sec button {
        width: 100%;
    }
    .newsletter_sec input {
        margin-bottom: 10px;
    }
}
/* END buttom_newsletter_sec */




/* banner_expert_sec */
.expert_sec {
    padding: 80px 0;
    background: #255cdc;
}
.expert_sec .h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #ffffff;
}
.expert_sec .expert_pera {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff;
    margin: 35px 0;
}
.expert_btn {
    width: auto;
    height: auto;
    padding: 16px 40px 16px 40px;
    border-radius: 16px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #255cdc;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}
.expert_btn:hover {
    background: #f5f4f4;
}
.expert_right {
    display: flex;
    justify-content: end;
}
.expert_list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 340px;
    height: 360px;
    padding: 20px;
    border-radius: 16px;
    background: #2050be;
    margin-right: 25px;
}
.expert_list li {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #ffffff;
    margin-bottom: 15px;
}
.expert_list li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff40;
}
li.expert_detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff80;
    margin: 15px 0;
}
li.expert-count {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
}



@media screen and (max-width: 991px) {
    .expert_sec {
        padding: 40px 0;
    }
    .expert_sec .h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: normal;
    }
    .expert_btn {
        text-align: center;
        width: 100%;
    }
    .expert_right {
        display: flex;
        flex-direction: column-reverse;
    }
    .expert_list {
        width: 100%;
        height: auto;
        margin: 25px 0px;
    }
    .expert_right img {
        width: auto;
/*        height: 199px; */
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
		margin: 0 auto;
    }
    .expertImg .forDeskImg {
        display: none !important;
    }
    .expertImg .forMobImg {
        display: block !important;
    }
    .expertImg {
        margin-top: 20px;
    }
    .expert_sec .forDeskImg {
        display: none !important;
    }
    .expert_sec .forMobImg {
        display: block !important;
    }
}
@media screen and (min-width: 1201px) {
    a {
        text-decoration: none !important;
    }
}
/* END banner_expert_sec */