.container {
    border-top: 5px solid #FFC700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    margin-top: 7rem;
    border-radius: 15px;
}

h2, h3 {
    font-family: "Gilroy";
    color: #1b1b1b;
}

h2 {
    font-size: 3rem;
}

h3 {
    margin-top: 3rem;
}

.w-75 {
    text-align: center;
}

.w-75 hr {
    border: 2px solid #1b1b1b;
    margin: 2rem auto;
    border-radius: 100px;
    width: 50%;
}

@media screen and (max-width: 770px) {
    .container {
        width: 90% !important;
        border-top: none;
    }

    .w-75 {
        width: 100% !important;
    }

    .p-5 {
        padding: 2rem 1rem !important;
    }
}
