#contact-us {
    border-radius: 20px;
    border: none;
    background: rgba(113, 145, 159, 1);
    height: 45px;
    width: 120px;
    color: white;
    margin-right: 10px;
}

#logo {
    margin-left: 20px;
}

#hero {
    background: linear-gradient(33.66deg, #CDE6ED 1.55%, #9DB9C4 43.94%, #71919F 82.01%);
}

.title {
    font-size: 120px;
    font-weight: 700px;
    line-height: 110px;
    text-align: left;
    color: white;
}

#p-1 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.bigCard {
    border-radius: 96px 96px 32px 32px;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding-top: 24px;
}

.card {
    width: 400px;
    height: 480px;
    background-color: #71919F;
}

.cardOne {
    background: linear-gradient(#000000b2, #000000b2), url(./image/image\ 5.png) center / cover;
    border-radius: 64px 32px 32px 32px;
}

.cardTwo {
    background: linear-gradient(#000000b2, #000000b2), url(./image/image\ 4.png) center / cover;
    border-radius: 64px 32px 32px 32px;
}

.cardThree {
    background: linear-gradient(#000000b2, #000000b2), url(./image/image\ 6.png) center / cover;
    border-radius: 32px 64px 32px 32px;
}

.tema {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    width: 304px;
    height: 60.86px;
    gap: 0px;
    opacity: 0px;
    padding-top: 40px;
    padding-left: 35px;
}

.number {
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
    width: 304px;
    height: 60.86px;
    gap: 0px;
    opacity: 0px;
    padding-top: 300px;
    padding-left: 35px;
}

#last {
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    text-align: left;
    
}

.line {
    border-bottom: 2px solid black;
    border-color: rgba(113, 145, 159, 1);
    height: 2px;
    width: 100%;
}

.btn {
    border-radius: 1000px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    border: #71919F solid 2px;
}