.about-second2 {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
}
@media (min-width: 992px) {
    .about-second2__text-block {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .about-second2 .img-fluid {
        min-height: 100%;
        object-fit: cover;
    }
}

.about-second2 .work-right-text {
    background: var(--SECONDARY_MAJOR_COLOR) none repeat scroll 0 0;
    opacity: 0.8;
}

.about-second2 .work-right-text h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: var(--SECONDARY_MINOR_COLOR);
    font-family: var(--TITLE_FONT);
}

.about-second2 .work-right-text h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    color: var(--SECONDARY_MINOR_COLOR);
}

.about-second2 .work-right-text .sus-btn {
    margin-left: 0;
    margin-top: 20px;
}

.about-second2 .single-awesome-4 {
    display: block;
    float: left;
    overflow: hidden;
    width: 33.33%;
}

.about-second2 .single-awesome-4 .add-actions {
    padding: 10px 20px;
}

.about-second2 .ready-btn {
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    border: 1px solid var(--PRIMARY_MAJOR_COLOR);
    background-color: var(--PRIMARY_MAJOR_COLOR);
    color: var(--PRIMARY_MINOR_COLOR);
}

.about-second2 .ready-btn:hover {
    color: var(--PRIMARY_MAJOR_COLOR);
    background: var(--PRIMARY_MINOR_COLOR);
    border: 1px solid var(--PRIMARY_MINOR_COLOR);
    text-decoration: none;
}
