.home-section {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.home-section .overlay-content {
    position: absolute;
    top: 50%;
    left: 77%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.home-section .btn {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    max-width: 90%;
}

@media (max-width: 767px) {
    .home-section .overlay-content {
        width: 100%;
        top: 52%
    }
    .home-section .btn {
        font-size: 1rem;
        max-width: 80%;
    }
}
