.page-title h2{
    font-weight: 900;
    font-size: 40px;
    color: #333333;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 100px;
    letter-spacing: 10px;
}
.service-heading{
    color: #333333;
    font-weight: 700;
    font-size: 25px;
}
.services-description{
    color: #666666;
    font-weight: 500;
    font-size: 18px;
    padding-top: 20px;

}
.services-container{
    display: block;
    position: relative;
    width: 90%;
    justify-content: center!important;
    margin: auto;
}


.services-section{
    width: 100%;
    display: flex;
    position: relative;
    padding: 10px 10px;
    max-width: 1100px;
    justify-content: center!important;
    margin: auto;
}

.left-column{
    width: 60%;
    background-color: #f3f3f3;
    padding: 50px;
    height: auto;
}

.left-column::after {
    position: absolute;
    content: "";
    border: 15px solid transparent;
    border-color: #ffc400;
    left: 0;
    bottom: 0;
    border-top-right-radius: 5px;
    margin: 10px;
}



.right-column{
    width: 50%;
    height: auto;
}


.right-column img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.137));
    z-index: -2;
}

.date {
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px 30px;
 
  font-size: 11px;
  color: rgb(90, 90, 90);
  text-transform: uppercase;
  font-weight: 700;
}


@media (max-width: 760px){
    .right-column{
        top: 0;
        width: 100%;
        
        
    }
  
    .left-column{
        width: 100%;
        
    }


    
    
    .services-section{
       
        display: block;
      
    }

    .date {
        position: absolute;
        margin-top: 55%;
    }
}
@media (max-width: 859px){
    .page-title h2{
        padding-top: 100px;
    }
}