/* ===== Service Boxes Section ===== */

.home-page-services {
    padding: 0 70px;
    margin-top: -100px;
    position: relative;
    z-index: 100;
}

@media (max-width: 991px) {
    .home-page-services {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: -60px;
    }
}

@media (max-width: 575px) {
    .home-page-services {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -40px;
    }
}

/* Box */
.box {
    border: 1px solid lightgray;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    z-index: 100;
    background-color: #fff;
    min-height: 275px;
}

.box-header {
    width: 100%;
    margin-bottom: 10px;
}

.ct-gray-logo {
    display: inline-block;
}

/* Buttons */
.rounded-btn {
    color: white;
    border-radius: 24px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    max-width: 200px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease;
}

.rounded-btn:hover {
    color: white;
}

.red-button {
    background-color: var(--ct-red);
}

.red-button:hover {
    background-color: var(--ct-red-dark);
}

.yellow-button {
    background-color: #F4A809;
}

.yellow-button:hover {
    background-color: #AB6D06;
}

.green-button {
    background-color: #007282;
}

.green-button:hover {
    background-color: #004F4D;
}

.learn-more {
    text-align: left !important;
}

/* Box paragraph */
.box p {
    color: #6d7278;
    font-size: 14px;
    line-height: 20px;
}
