@media screen and (max-width: 1124px){
    .about-content__description p{
        padding-right: 0;
    }
}
@media screen and (max-width: 1024px){
    .mobile-nav-button{
        display: flex;
    }
    .header__content{
        height: 4.125rem;
    }
    .header__nav{
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        background-color: rgba(44, 44, 44, 0.308);
        transition: all ease .4s;
    }
    .header__nav--active{
        left: 0;
    }
    .nav__list{
        position: fixed;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        top: 66px;
        left: -100%;
        max-width: 100%;
        height: 100vh;
        background-color: #2C2C2C;
        z-index: 10;
        transition: all ease .4s;
    }
    .nav__link{
        width: 160px;
        padding: 16px 45px;
    }
    .nav__list--active{
        left: 0;
    }
    .cv-button{
        margin-left: auto;
    }   
    
}

@media screen and (max-width: 980px){
    .about-content__image{
        padding: 0 1.75rem;
    }
    .skills__item{
        width: calc(50% - 1.25rem);
        margin-bottom: 1.125rem;
    }
    .about-content__image{
        padding: 0;
    }
    .aducation-list__item{
        width: calc(50% - 1.25rem);
        margin-bottom: 1.5rem;
    }
    .freelance__item {
        width: calc(50% - 1.25rem);
        margin-bottom: 1.5rem;
    }
    .pet-card {
        width: 80%;
    }
}
@media screen and (max-width: 860px){
    .faq-wrapper{
        flex-direction: column-reverse;
    }
    .faq__image{
        width: 100%;
        height: 18.75rem; 
         
    }
    .faq__content{
        width: 100%;
        padding-right: 0;
    }
    .testimonials-wrapper{
        flex-direction: column;
    }
    .testimonials__image{
        width: 100%;
        height: 18.75rem;
        margin-bottom: 1.25rem;
    }
    .testimonials__content{
        width: 100%;
        padding-left: 0;
    }
    .footer-content__item{
        margin-bottom: 1.25rem;
    }
}
@media screen and (max-width: 768px){
    .heading-wrapper{
        width: 100%;
        padding: 0 1.625rem;
    }
    .about-content{
        flex-direction: column;
    }
    .about-content__image{
        max-width: 100%;
        justify-content: center;
        margin-bottom: 1.125rem;
    }
    .about-content__description{
        width: 100%;
        margin-left: 0;
    }
    .skills__item{
        width: 100%;
    }
    .aducation-list__item{
        width: 100%;
        margin-bottom: 1.25rem;
    }
    .freelance__item {
        width: 100%;
        margin-bottom: 1.25rem;
    }
    .slider-btn{
        width: 2.25rem;
        height: 2.25rem;
    }    
    .slider-btn--prev{
        left: -0.5rem;
    }
    .slider-btn--next{
        right: -0.5rem;
    }
}
@media screen and (max-width: 475px){
    .heading-primary{
        font-size: 1.5rem;
    }
}

