@media screen and (min-width:890px) {
    .about-text {
        width: 38%;
    }
    .about-text h4 {
        font-size: 60px;
        color: white;
        font-weight: 700;
    }
    .about-text h4 span {
        color: #0D79C1;
    }
    .about-text p {
        font-size: 1.4em;
        color: white;
        line-height: 40px;
    }

.about-image img {
  
    height: 460px;
    object-fit: cover;
}


}