div.titleContainer {
    width: 100%;
    height: 350px;
    background: url(images/background-1.png) lightgray 50% / cover no-repeat;
}
div.titleContainer h2 {
    color: #FFF;
    text-shadow: 0 2px 0 #000;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
    padding-left: 481px;
    padding-top: 120px;
}
div.titleContainer h3 {
    width: 475px;
    color: #FFF;
    text-shadow: 0 2px 0 #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 481px;
}
div.cards{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 958px;
    gap: 20px;
    margin: auto;
}
div.card {
    display: flex;
    width: 306px;
    height: 300px;
    padding: 28px 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: rgba(255, 245, 227, 0.65);
}
div.card > div {
    display: flex;
    width: 237px;
    height: 51px;
    flex-direction: row;
    gap: 7px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid var(--Accent, #F00);
    color: var(--Accent, #F00);
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
div.card h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
div.card p {
    text-align: center;
}
div.contacte {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px;
    margin: auto;
    width: 958px;
    gap: 75px;
}
div.contacte > div {
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.contacte h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
div.contacte a:link, div.contacte a:visited {
    color: #F00;
}
div.contacte div.socialMedia {
    display: flex;
    height: 50px;
    padding: 20px 5px;
    align-items: center;
    align-content: flex-start;
    gap: 10px 36px;
    align-self: stretch;
    flex-wrap: wrap;
}
div.socialMedia > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}