.article7 {
    height: 100vh;
    background: url(../images/a7-bg.jpg);
}

.a7-wrapper {
    width: 100%;
    color: #fff;
}

.a7-text:nth-child(2) {
    margin-top: 5rem;
}

.a7-text div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.a7-text p {
    font-size: 35px;
    line-height: 1.9;
}

.a7Btn {
    width: fit-content;
    padding: 0 22px 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background-color: var(--main-color);
    border: 2px solid #111;
}

.a7Btn2 {
    background-color: #0d561d;
}

.a7Btn p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.a7Btn i {
    color: #fff;
    font-size: 35px;
}

.a7Btn2 span {
    font-size: 30px;
    margin-bottom: 3px;
}


/*==================================================*/
@media (max-width: 1250px) {
    .article7 {
        height: auto;
    }
}


@media (max-width: 650px) {
    .a7-text:nth-child(2) {
        margin-top: 3rem;
    }
    
    .a7-text p {
        font-size: 22px;
    }
    
    .a7Btn {
        padding: 0 12px 0 16px;
    }

    .a7Btn p {
        font-size: 22px;
    }

    .a7Btn i {
        font-size: 24px;
    }

    .a7Btn2 span {
        font-size: 24px;
        margin-bottom: 4px;
    }
}


@media (max-width: 400px) {
    .a7-text p {
        font-size: 18px;
    }
    
    .a7-text p {
        white-space: nowrap;
    }

    .a7Btn {
        white-space: nowrap;
    }

}