.services__section {
 border-radius:  0 0 1.25rem 1.25rem;
  background: #EEF4FF;
   padding: 0 0 4rem 0; 
}

.services__section  .main-heading {
      max-width: 23rem;color: #2D3578;
}

.services__section .text-heading {
      max-width: 29.0625rem; 
}

.services__section .serv_col:first-of-type {
    /* padding-right:7rem; */
}
.services__section .serv_col:last-of-type {
    /*padding-left:7rem; */
}

.services__section .item {
   background: transparent;  
    transition: all 0.3s ease;
    position: relative;  
    margin:1rem; 
    margin-bottom:2rem;
}

.services__section .item:hover {  
}

.services__section .image img { 
    border-radius: 1rem;
    border: 1.5px solid rgba(0, 0, 0, 0.00); 
}
.services__section .image {
    position:relative;
}
.services__section .image:before{
    content:'';
    position:absolute;
    width:100%;
    height:101%;
    bottom:-5px;
    right:0;
    border-radius: 1rem; 
    background: linear-gradient(180deg, #EEF4FF 0%, rgba(255, 244, 231, 0.00) 73.56%);
    transform: rotate(180deg)
}
.services__section .caption h4 {
    overflow: hidden;
    color: #2D3578; 
    text-overflow: ellipsis; 
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem; 
    letter-spacing: -0.025rem;
    margin:0.75rem 0;
}

.services__section .caption p {
    color: #000; 
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem; /* 133.333% */
    padding-left:1rem;
}

.services__section .item .btn {
    padding:0 !important;
    background-color: #D3AF5E;
    color: #fff;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: auto;
    margin-right:auto;
    float:left;
}
.services__section .btn svg{
    max-height: 1.8rem;
    display: inline-block;
}
.services__section .btn:hover {
    background-color: #293750;
}

/* Responsive */
@media (max-width: 767px) {
    .services__section .title h3 {
        font-size: 24px;
    }

    .services__section .title p {
        font-size: 16px;
    }

    .services__section .item { 
    }
    .services__section .main-heading {
    max-width: 70%;
    padding-left: 2rem;
}
.services__section p { 
    max-width: 90%;
    padding-left: 1rem;
}
.services__section .item {
        margin: 1rem 3rem;
    }
    
}
