.conact_section {  
  padding: 7rem 0  7rem 0;
 border-radius: 1.25rem;
background: #E3EDFE;
} 
 
.conact_section .con_Back  .bottom{
    margin-top:auto;
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
}
.conact_section .image_con img{
    border-radius: 1.25rem;
    width:100%;
    height:100%;
}
.conact_section .con_Back  {
  position:relative;
  padding: 5rem 3.5rem 3.5rem 3.5rem;
  border-radius: 1.25rem;
  background: #2D3578;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
}
.conact_section .con_Back:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    background:url(../../includes/images/Linepattern.png) no-repeat right top;
    background-size: 130%;
}
.conact_section .con_Back   h3 {
color: #FFF;
/*text-align: justify; */
font-size: 1.75rem;
font-style: normal;
font-weight: 300;
line-height: 110%; /* 1.925rem */
max-width: 16rem;
}
.conact_section .con_Back .title{
    position:relative;
    z-index:11;
}
.conact_section .con_Back   h2 {
color: #FFF;
/*text-align: justify; */
font-size: 2.25rem;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 2.7rem */
max-width: 23.5625rem;
padding-left:2rem;
margin:1.5rem 0 2.5rem 0;
}
.conact_section .con_Back a{
    color: #2D3578;
text-align: center; 
font-size: 1.11113rem;
font-style: normal;
font-weight: 300;
border-radius: 6.94444rem;
background: #FFF;
line-height: 120%; /* 1.33331rem */
padding:1.15rem 2.25rem;
    display: inline-block;
}
.conact_section .con_Back   p {
color: #FFF;
/*text-align: justify; */
font-size: 1.75rem;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 2.1rem */
max-width: 24.5rem;
margin-bottom:3rem;
}
 
.conact_section .con_Back    .saudi-left span{
   max-width: 3.8125rem;
}
/* Optional SVG or image left side styling */
.conact_section .con_Back    .saudi-left {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
/*text-align: justify; */
font-size: 0.75rem;
font-style: normal;
font-weight: 300;
line-height: 110%; /* 0.825rem */
background:url(../../includes/images/Isolation_Mode.png) no-repeat right top;
padding-right:2rem;
}

 @media (max-width: 768px) {
    
}
@media(max-width: 1191px) and (min-width: 992px) { 
.conact_section .con_Back h2 { 
    font-size: 1.5rem;
}
.conact_section .con_Back p { 
    font-size: 1.25rem;
}
}