   .cs-vertical__middle {
    display: flex;
    align-items: center;
   
}
.cs-vertical__middle__in {
    flex: none;
    width: 100%;
}
.cs-icon__box.cs-style7 {
    display: flex;
    align-items: center;
}
.cs-icon__box.cs-style7 .cs-icon__box__icon {
    height: 70px;
    width: 70px;
    flex: none;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    margin-right: 30px;
}
.cs-accent__bg {
    background-color: #5e2ced;
}
.cs-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-icon__box.cs-style7 .cs-icon__box__title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1.25em;
}
.cs-icon__box.cs-style7 .cs-icon__box__subtitle {
    line-height: 1.6em;
}
.cs-height__40 {
    height: 40px;
}
.cs-green__bg {
    background-color: #5cbe2d;
}
.cs-yellow__bg {
    background-color: #ecbf24;
}
.cs-height__0 {
    height: 0px;
}
.contact-form textarea {
    display: inline-block;
    min-height: 120px;
}
.cs-accent__bg {
    background-color: var(--agriox-secondary, #6d8c54);;
}
@media only screen and (max-width: 600px) {
  .cs-icon__box.cs-style7 .cs-icon__box__icon {
    height: 50px;
    width: 50px;
    
    margin-right: 7px;
}
.cs-icon__box.cs-style7 .cs-icon__box__icon i{
    font-size:18px;
}
.cs-icon__box.cs-style7 .cs-icon__box__title {
   
    font-weight: 500;
    
    font-size: 24px !important;
    line-height: 20px !important;
}
.cs-height__0 {
    height: 24px;
}
}