.home-text-size h1 {
    font-size: 60px !important;
}

.scroll-down-text {
    color: #636364 !important;
    font-size: 29px !important;
}

.btn-expand-ltr {
    color: #636364 !important;
}

.home-icons-custom {
    width: 50px;
    height: 50px;
}

a span {
    color: #636364 !important;
}

.text-sunglow {
    color: #B09EC8 !important;
}

h4,
p {
    color: #636364 !important;
}

.icons-menu-left {
    width: 50px;
    height: 50px;
}

.feature-box-content span {
    color: #636364 !important;
    font-weight: bold !important;
}

.feature-box:hover .feature-box-icon-hover {
    opacity: 0 !important;
}

.text-custom-color {
    color: #636364 !important;
}

.text-custom-color a {
    color: #636364 !important;
}

.btn-custom-color {
    background-color: #B09EC8 !important;
    border-color: #B09EC8 !important;
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-whatsapp-icon {
    width: 50px;
    height: 50px;
}

@media (max-width: 999px) {
    .home-text-size h1 {
        font-size: 20px !important;
        line-height: 110%;
    }

}