* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "PT Sans Caption", serif;
}

:root {
    --main: #e9f8df;
}

header {
    padding: 24px 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d2e9c3;
    border-radius: 30px;
    padding: 10px 24px;
}

.navbar .tFSRTSgOMv {
    display: flex;
    gap: 8px;
    align-items: center;
}

.navbar .tFSRTSgOMv h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
}

.navbar img {
    width: 48px;
}

.navbar a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.XSQcvSEAWI {
    padding: 0 0 48px;
    color: #fff;
    background: rgba(31, 199, 255, 0.44);
    backdrop-filter: blur(3px);
}

.cCKJhqmvas {
    font-weight: 700;
    font-size: 40px;
    margin: 16px 0 40px;
}

.XSQcvSEAWI h4 {
    font-size: 21px;
    font-weight: 700px;
    text-align: center;
}

.XSQcvSEAWI p {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.cIzsvhNlfx {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cIzsvhNlfx div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cIzsvhNlfx div span {
    font-size: 17px;
    font-weight: 700;
}

.cIzsvhNlfx:nth-of-type(1) {
    margin-bottom: 32px;
}

/* responsive */
@media (max-width: 768px) {

    header {
        padding-top: 6px;
        padding-bottom: 16px;
    }

    .cCKJhqmvas {
        font-size: 28px;
    }

    .XSQcvSEAWI {
        padding: 0 0 24px;
    }

    .navbar {
        padding: 8px;
    }

    .navbar a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .navbar .tFSRTSgOMv h2 {
        display: none;
    }

    .navbar img {
        width: 32px;
    }

    .cCKJhqmvas {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .XSQcvSEAWI h4 {
        font-size: 16px;
    }

    .XSQcvSEAWI p {
        font-size: 15px;
    }

    .cIzsvhNlfx {
        gap: 20px;
    }

    .cIzsvhNlfx:nth-of-type(1) {
        margin-bottom: 20px;
    }

    .cIzsvhNlfx div span {
        font-size: 15px;
    }

    .cIzsvhNlfx div {
        gap: 10px;
    }
}
