/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Solutions

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#solutions {
    background: var(--accent);
}
#solutions .curve {
    width: 100%;
}
#solutions .top {
    margin-bottom: 40px;
}
#solutions .top h2 {
    text-align: center;
    font-size: 55px;
    margin-bottom: 10px;
    font-family: 'nowblack';
}
#solutions .top h2 .accent {
    color: var(--blue);
}
#solutions .top p {
    text-align: center;
    font-size: 27px;
    font-family: 'nowmedium';
}
#solutions .solution{
    margin: 30px 0;
}
#solutions .solution .inner {
    display: flex;
}
#solutions .solution .inner .right {
    padding: 0 40px;
}
#solutions .solution .inner .right h3 {
    font-size: 38px;
    font-family: 'nowblack';
    margin-bottom: 10px;
}
#solutions .solution .inner .right h3 .accent {
    color: var(--blue);
}
#solutions .solution .inner .right p {
    font-size: 20px;
    line-height: 27px;
}
#solutions .solution .inner .right p strong {
    font-size: 27px;
    line-height: 35px;
    font-family: 'nowmedium';
    font-weight: 500;
}
#solutions .solution .inner .right .btn {
    margin-top: 30px;
}
#solutions .container {
    padding-bottom: 50px;
    padding-top: 50px;
}

@media(max-width: 767px){
    #solutions .solution .inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #solutions .solution .inner .right .btn {
        margin: 0 auto;
        margin-top: 30px;
    }
    #solutions img{
        margin-bottom: 15px;
    }
    #solutions .top {
        margin-bottom: 20px;
    }
    #solutions .top h2 {
        font-size: 38px;
        line-height: 51px;
    }
    #solutions .top p {
        font-size: 21px;
        line-height: 31px;
    }
}


#hero{
    padding: 50px 0;
    background: var(--accent);
    margin: 0 0 50px;
    text-align: center;
}
#hero h1{
    font-family: 'nowextrabold';
    font-size: 73px;
    line-height: 74px;
    margin-bottom: 30px;
}
#hero p{
    color: var(--grey);
    font-size: 20px;
    line-height: 27px;
}
#hero .buttons{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
#hero .btn{
    margin: 0 10px;
}

#top{
    margin-bottom: 50px;
}
#top h2{
    font-family: 'nowblack';
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: 30px;
}
#top p{
    font-size: 20px;
    line-height: 27px;
    color: var(--grey);
}

#mc{
    padding: 50px 0;
}
#mc h2{
    font-family: 'nowblack';
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: 30px;
}
#mc h3{
    font-family: 'nowblack';
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: var(--blue);
}
#mc p{
    font-size: 20px;
    line-height: 27px;
    color: var(--grey);
}


