body.home{
    padding: 3.75rem 0 2.5rem;
    background: transparent url('../images/page-bg.png') no-repeat center top / cover;
}
.home main h1{
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 0;
}
.home main h1 img{
    width: 7.25rem;
    height: 2rem;
}
.home main p{
    color: #525252;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 1.875rem;
    margin-top: 0;
}
@media (min-width: 768px){
    .home main p{
        margin-bottom: 3rem;
    }
}
.home main .boxes{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.75rem 0;
    margin-bottom: 2.5rem;
}
@media (min-width: 1200px){
    .home main .boxes{
        gap: 1.5rem;
    }
}
.home main .boxes + p{
    margin-bottom: 0.75rem;
}
.home main .boxes .single-box{
    width: 33.33333333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    text-decoration: none;
}
@media (min-width: 1200px){
    .home main .boxes .single-box{
        width: calc(16.6666666667% - 1.25rem);
    }
}
.home main .boxes .single-box .icon{
    width: 4.5rem;
    height: 4.5rem;
    background-color: #E7EEF6;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    line-height: 1;
    color: #4179B7;
}
.home main .boxes .single-box p{
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    color: #525252;
}
@media (min-width: 768px){
    .home main .boxes .single-box p{
        font-size: 0.875rem;
    }
}
.home main .boxes .single-box:nth-child(even) .icon{
    background-color: #E5F6FC;
    color: #33BAE6;
}
.home main h2{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    gap: 0.375rem;
    margin-top: 0;
}
@media (min-width: 768px){
    .home main  h2{
        font-size: 1.25rem;
        margin-bottom: 3.125rem;
    }
}
.home main h2 img{
    width: 5.875rem;
    height: 0.875rem;
}
@media (min-width: 768px){
    .home main h2 img{
        width: 6.75rem;
        height: 1rem;
    }
}
.home main h2 img:last-child{
    width: 1.125rem;
    height: 1.125rem;
}