.image-text-section{
  padding: 80px 0;
}
.image-with-text {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.image-text-card {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    background: #EFF6F5;
    border-radius: 20px;
}
.image_card img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.image-text-section h2 {
    margin-top: 0;
    font-size: 36px;
    color: #063735;
}
.content_card h3 {
    margin: 0;
    color: #063735;
}
.content_card {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content_card a {
    color: #FF810C;
}
.content_card p {
    color: #111B29;
}
.content_card a:hover {
    color: #073d3b;
}
@media(max-width:1024px){
.image_card img {
    height: 100%;
    object-fit: cover;
}
.content_card {
    padding: 20px 10px;
}  
.image-text-card {
    gap: 10px;
}  
}
@media(max-width:767px){
.image-text-section {
    padding: 50px 0 30px;
}
.image_card {
    text-align: center;
} 
.image_card img {
    border-radius: 0;
}
.image-text-card, .image-with-text {
    grid-template-columns: 1fr;
     padding: 20px 0px 30px;
}
.content_card {
    padding: 10px 20px;
}  
.card__info p {
    max-width: 100%;
}  
.three_cards:after {
    height: 400px;
    right: unset;
    width: 290px;
    z-index: -1;
    top: unset;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
}  
.image-text-section h2 {
    margin-bottom: 10px;
    text-align: center;
}
.image-text-card {
    max-width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.content_card h3 {
    font-size: 24px;
}  
.image-text-section h2 {
    font-size: 30px;
} 