.about__all{
    padding: 0 7%;
    margin-top: 70px;
}
.uppercase{
    text-transform: uppercase;
    color: var(--secondary-color);

}
.why_all_grid{
    padding: 0 7%;
        margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 70px;
}
.why_img{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.why_img img{
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.box{
    background-color: #fff;
    margin-top: 20px;
    padding: 0 5%;
    padding-block: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box i{
    padding-right: 20px;
    color: var(--secondary-color);
}
.box h2{
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.why__text span{
    color: var(--secondary-color);
    font-family: "Cormorant Garamond", serif;
}

.why__text h1{
    font-size: 55px;
    margin-bottom: 20px;
}

.rub{
    margin-bottom: 40px;
}
.about__text h1{
    font-size: 55px;
    margin-bottom: 20px;
}
.about__text h1 span{
    color: var(--secondary-color);
        font-family: "Cormorant Garamond", serif;
}

@media only screen and (max-width: 1110px) {
    .why_all_grid{
        display: flex;
        flex-direction: column;
    }
    .why_img img{
        margin-bottom: 50px;
    }
}