.expert-insurance-section {
    background: url('/template/2fcf5207/images/expert-bg-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 168px 0 168px;
}
.expert-insurance-section:before {
    content: '';
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url('/template/2fcf5207/images/gradient-image-bottom.png');
    position: absolute;
    background-size: cover;
}
.expert-insurance-section .expert-insurance-container{
    margin: 0 auto;
    max-width: 1520px;
    padding: 0 60px;
	position: relative;
}
.expert-insurance-container .right-content {
    max-width: 574px;
    margin-left: auto;
}
.expert-insurance-section .expert-insurance-container .ab-head-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #ffffff;
}
.expert-insurance-section .expert-insurance-container .head-title {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: Manrope;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #ffffff;
}
.expert-insurance-section .expert-insurance-container .about-description p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.80);
    margin: 0 0 20px 0;
    padding: 0;
}

.expert-insurance-section .two-cta-btn a.request-btn {
    display: inline-flex;
    padding: 13px 36px;
    justify-content: center;
    align-items: center;
    border: 0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    min-width: 216px;
    text-align: center;
    min-height: 46px;
    -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    background: #567FBB;
}

.expert-insurance-section .two-cta-btn {
    gap: 20px;
    display: flex;
    margin-top: 45px;
    align-items: center;
}
.expert-insurance-section .two-cta-btn a.request-btn:hover {
    background: #3E74C4;
    color: #ffffff;
}
.expert-insurance-section .two-cta-btn a.contact-btn {
     display: inline-flex;
    padding: 13px 36px;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: Manrope;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0;
    text-decoration: none;
    border-radius:46px;
    min-width: 216px;
    text-align: center;
    min-height:46px;
    -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
      line-height: 100%;
}
.expert-insurance-section .two-cta-btn a.contact-btn:hover {
    background: #ffffff;
	border: 1px solid #ffffff;
	color:#000000;
}
