.select-text-img {
    margin-bottom: 40px;
    position: relative;
    z-index: -1;
}
@media only screen and (min-width: 576px) {
    .select-text-img {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .select-text-img {
        margin-bottom: 80px;
    }
}
@media only screen and (min-width: 1200px) {
    .select-text-img {
        margin-bottom: 130px;
    }
}
.select-text-img img {
    width: 200px;
}
@media only screen and (min-width: 576px) {
    .select-text-img img {
        width: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .select-text-img img {
        width: 400px;
    }
}
@media only screen and (min-width: 1200px) {
    .select-text-img img {
        width: 640px;
    }
}
.single-select-work .select-thumb {
    margin-bottom: 15px;
    overflow: hidden;
}
.single-select-work .select-work-content span {
    font: 400 16px "Poppins", serif;
    color: #555555;
    display: block;
}
@media only screen and (min-width: 768px) {
    .single-select-work .select-work-content span {
        font-size: 18px;
    }
}
.select-work-title {
    font: 500 20px "Epilogue", sans-serif;
    margin-bottom: 5px;
    text-decoration: none;
    transition: .3s;
}
@media (max-width: 575px) {
    .select-work-title {
        font-size: 17px;
    }
}
@media only screen and (min-width: 768px) {
    .select-work-title {
        font-size: 22px;
    }
}

.select-work-title a:hover {
    color: #7FE85A;
    text-decoration: none;
}
.select-work-wrapper {
    max-width: 1820px;
    margin: auto;
    padding: 0 20px;
}
@media only screen and (min-width: 768px) {
    .select-work-wrapper {
        padding: 0;
    }
}
.select-work-wrapper .select-work-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-content: center;
}
@media only screen and (min-width: 576px) {
    .select-work-wrapper .select-work-box {
        grid-template-columns: 250px 250px;
        gap: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .select-work-wrapper .select-work-box {
        grid-template-columns: 320px 320px;
    }
}
@media only screen and (min-width: 992px) {
    .select-work-wrapper .select-work-box {
        grid-template-columns: 440px 440px;
        justify-content: center;
    }
}
@media only screen and (min-width: 1200px) {
    .select-work-wrapper .select-work-box {
        grid-template-columns: 480px 480px;
        gap: 100px;
    }
}
@media only screen and (min-width: 1400px) {
    .select-work-wrapper .select-work-box {
        grid-template-columns: 615px 615px;
        gap: 30px 120px;
    }
}
@media only screen and (min-width: 1600px) {
    .select-work-wrapper .select-work-box {
        gap: 30px 320px;
        justify-content: end;
    }
}
.select-work-wrapper .select-work-box:nth-child(2n) {
    justify-content: center;
}
@media only screen and (min-width: 1600px) {
    .select-work-wrapper .select-work-box:nth-child(2n) {
        justify-content: start;
    }
}
.select-work-wrapper .select-work-box:not(:last-child) {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .select-work-wrapper .select-work-box:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .select-work-wrapper .select-work-box:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1400px) {
    .select-work-wrapper .select-work-box:not(:last-child) {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .select-work-wrapper .select-work-box:not(:last-child) {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) {
    .select-work-wrapper .select-work-box .single-select-work:first-child {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .select-work-wrapper .select-work-box .single-select-work:first-child {
        margin-top: 90px;
    }
}
@media only screen and (min-width: 1200px) {
    .select-work-wrapper .select-work-box .single-select-work:first-child {
        margin-top: 110px;
    }
}
@media only screen and (min-width: 1600px) {
    .select-work-wrapper .select-work-box .single-select-work:first-child {
        margin-top: 180px;
    }
}
.work-btn {
    text-align: center;
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
    .work-btn {
        text-align: end;
        margin-top: 0;
    }
}
.work-btn a {
    position: relative;
    font: 500 16px "Epilogue", sans-serif;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .work-btn a {
        font-size: 20px;
    }
}
.work-btn a:hover .text {
    color: #7FE85A;
}
.work-btn a:hover i,
.work-btn a:hover svg{
    transform: rotate(0deg);
}
.work-btn a:hover .icon {
    color: #121212;
}
.work-btn a .icon {
    height: 45px;
    width: 45px;
    background-color: #7FE85A;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    transition: 0.3s;
}
.work-btn a .text {
    color: #121212;
    transition: 0.3s;
}
@media only screen and (min-width: 768px) {
    .work-btn a .icon {
        height: 70px;
        width: 70px;
    }
}
.work-btn a i,
.work-btn a svg{
    transition: 0.3s;
    transform: rotate(-45deg);
}

.work-btn a svg {
    width: 1em;
    height: 1em;
}
