@media (max-width:768px) {
    .services-right {
        border: none !important;
    }
    .section-features .bg-feature {
        background-position: 50% 250px;
    }
    .section-skills .skills-right .skill-list .skill-list-item{
        margin: 0px;
        margin-top: 50px;
        height: auto;
        width: auto !important;
    }
    .section-skills .skills-left{
        background: none !important;
        background-color: var(--secondary-color) !important;
    }
    .section-descriptions .description-right .description-right-container .img-park{
        display: none;
    }
}
@media (max-width:637px) {
    .logo{
        width: 50%;
    }
}