#how-it-works .box{
    box-shadow: 0 17px 80px 0 rgba(205, 245, 255, 0.13), 0 7.102px 33.422px 0 rgba(205, 245, 255, 0.09), 0 3.797px 17.869px 0 rgba(205, 245, 255, 0.08), 0 2.129px 10.017px 0 rgba(205, 245, 255, 0.06), 0 1.131px 5.32px 0 rgba(205, 245, 255, 0.05), 0 0.47px 2.214px 0 rgba(205, 245, 255, 0.04);
    border-radius: 30px;
    height: 442px;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    #how-it-works .box{
        height: 350px;
    }
}