.servicesTitle {
    font-family: "oswald";
    font-weight: normal;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}

.servicesSubTitle {
    font-size: 22px;
    font-weight: bold;
    color: #7BE7FF;
    text-align: center;
}

.heroContentContainer.services {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.servicesTitleButtons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 30px;
}

.servicesTitleButtons {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.servicesCardsContainer {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.servicesCardsColumn {
    display: flex;
    flex-direction: column;
    width: 31%;
    gap: 15px;
}

.servicesCardsColumnTitle {
    font-size: 18px;
    font-family: "oswald";
    color: #FFFFFF;
    margin-bottom: 4px;
    text-align: center;
}

.servicesCard {
    min-height: 124px;
    display: flex;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 5px 12px;
    gap: 10px;
    text-align: end;
}

.servicesCard img {
    width: 50px;
    height: auto;
}

.servicesCardContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.servicesCardContentTitle {
    font-size: 18px;
    font-family: "oswald";
}

.servicesCardsColumn.secondary .servicesCard {
    background-color: #2AA1D3;
    color: #FFFFFF;
}

.servicesCardsColumn.tertiary .servicesCard {
    background-color: #157B9F;
    color: #FFFFFF;
}

@media (max-width: 1366px) {
    .servicesTitle {
        font-size: 2.8vw !important;
    }

    .servicesSubTitle {
        font-size: 1.1vw !important;
        margin-top: 5px;
    }

    .hero button {
        height: 40px;
        font-size: 12px;
    }

    .servicesTitleButtons {
        margin-top: 10px;
    }

    .servicesCardsContainer {
        margin-top: 15px;
    }

    .servicesCardsColumnTitle {
        font-size: 1.2vw !important;
    }

    .servicesCardContentTitle {
        font-size: 1.2vw !important;
    }

    .servicesCard img {
        width: 25px !important;
    }

    .servicesCardContentText {
        font-size: 1vw !important;
    }
}

@media (max-height: 830px) {
    .hideable {
        display: none;
    }
}
