.logo-black b {
    font-size: 22px;
    color: #4297a3;
}

.logo-white b {
    font-size: 22px;
    color: #FFF;
}

.download-button {
    margin-bottom: 7.5px;
}

.button-link {
    transform: scale(1.2);
    margin-left: 4%;

}

.button-link i {
    transform: scale(1.5);
}


.pricing-section-wrapper {
    height: 100% !important;
    margin-bottom: 150px;
}

.pricing-section-wrapper {
    margin-bottom: 100px;
    padding-bottom: 90px !important;
}

.pricing-section-wrapper .background-pattern {

    width: 100%;
    height: 100%;
    margin-bottom: 300px;

}

.pricing-section-wrapper h3 {
    font-size: 24px;
}

.faq-wrapper {}

.faq .accordion-button:not(.collapsed)::after {

    display: none;
}



.app-feature-1 h1 {
    font-size: 36px !important;
    color: #4297a3;
}

.feature-section-image .phone {
    border-radius: 45px !important;
    box-shadow: #b4f0ca 0px 0px 30px 8px !important;
    background: #b4f0caaa;
}


.app-feature-1 {
    height: 250px;
}

@media only screen and (max-width: 1200px) {


    .feature-section-image .phone {
        border-radius: 28px !important;
    }
}

@media only screen and (max-width: 800px) {


    .feature-section-image .phone {
        border-radius: 20px !important;
    }
}

#contacts i{
font-size: 2em;
margin-right: 10px;
color: #5cc53f;
}