.portfolio-section {
    padding-top: 0;
    padding-bottom: 56px;
}

.portfolio-section img {
    width: 100%;
    height: 650px;
    border-radius: 20px;
    object-fit: cover;
}

.portfolio-section .portfolio-swiper {
    margin: 0;
    padding: 0 3.8%;
}
@media (max-width: 1150px) {
.portfolio-section .swiper {
    overflow: unset;
}

}

.portfolio-section .swiper-button-next,
.portfolio-section .swiper-button-prev {
    width: 20px;
    height: 20px;
    padding: 22px;
    border-radius: 100%;
    background: #fff;
    color: #000;
    opacity: 0.7;
}

.portfolio-section .swiper-button-next::after,
.portfolio-section .swiper-button-prev::after {
    font-size: 12px;
    font-weight: 700;
}

.portfolio-section .swiper-button-next {
    right: calc(20% - 0px / 2);
}

.portfolio-section .swiper-button-prev {
    left: calc(20% - 0px / 2);
}

.portfolio-section .swiper-button-next:hover,
.portfolio-section .swiper-button-prev:hover {
    opacity: 1;
}

.portfolio-section .btn-div {
    display: flex;
    margin-top: 35px;
}

.p-img-1 {
    object-position: 50% 90%;
}

.p-img-3,
.p-img-5 {
    object-position: 50% 50%;
}

.p-img-4 {
    object-position: 50% 100%;
}

@media (max-width: 768px) {
    .portfolio-section {
        padding-bottom: 40px;
    }

    /* .portfolio-section .portfolio-swiper {
        padding: 0;
    } */

    .portfolio-section .swiper-button-next {
        right: 2px;
    }

    .portfolio-section .swiper-button-prev {
        left: 2px;
    }

    .portfolio-section img {
        height: 470px;
        height: 400px;
    }
}
