@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

/* Mobile */

@media (max-width: 576px)  {
    .main-value-container{
        height: auto;
    }
    .values-main-img{
        width: 200px !important;
    }
    .values-img{
        width: 120px !important;
       
    }
    .art-section{
        height: auto !important;
    }
    /* .cercel-main-img{
        width: 300px !important;
    } */
    .cercel-section p{
        font-size: 23px !important;
        line-height: 2 !important;
    }
    .main-title-img{
        width: 200px !important;
    }
}
@media screen and (min-width: 600px)  {
    /* .cercel-main-img{
        width: 450px !important;
    } */

    .main-title-img{
        width: 300px !important;
    }
    .art-section{
        height: auto !important;
    }
    .cercel-section p{
        font-size: 26px !important;
        line-height: 2 !important;
    }
}
@media screen and (min-width: 1881px) {
    .main-value-container{
        height: 90vh;
    }
    .art-section{
        height: 100vh !important;
    }
    .cercel-section p{
        font-size: 30px !important;
        line-height: 2 !important;
    }
}
.main-value-container{
    display: block;
}

.values-main-img{
    width: 340px;
}
.values-img{
    width: 190px;
    height: auto;
    flex-shrink: 0;
    transition: box-shadow 0.3s ease, transform 0.3s ease; 
}
.values-img:hover{
    transform: scale(1.1);
}
.cercel-section p{
    color: #48606c;
    font-family: "Open Sans Hebrew Condensed";
    font-size: 30px;
    padding-right: 15px;
    font-weight: 400;
    line-height: 1.5;
}
.cercel-main-img{
    width: 500px;
}
.main-title-img{
    width: 300px;
}
.art-section{
    height: 100vh;
}
/* .values-section{

} */
