.main-gray-gradient{
    background: linear-gradient(90deg, #F0F0F0, #ffffff) !important;
}
.testing-box{
    background: #f5f5f5 !important;
    /* min-height: 17rem; */
    border-radius: 6px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: left;
    padding-bottom: 1rem;
    height: 100%;
}
.testing-box h5{
    text-align: center;
    padding-top: 1rem !important;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 18px;
}

.testing-box .checkicon {
    width: 100%;
    text-align: center;
}

.loadmore-button{
    border-radius: 30px;
}
.boxes-container{
    margin-left: 20%;
    margin-right: 20%;
}
.testingblock{
    position: relative;
}
.testingarrow{
    position: absolute;
}
.arrow1{
    left: 6%;
}
.arrow2{
    right: 1%;
}
.arrow3{
    left: -6%;
}
.elviorlogo{
    top: 3.5rem;
    left: 34%
}

#section-moreinfo p{
    margin-bottom: 0 !important;
}