.contato .container {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../images/mackup-cracha.png);
    background-size: cover;
}
.contato .left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;

}
.contato .right {
    width: 30%;
}
.contato .right-container {
    background-color: #0A113E;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 0 10px var(--color-firth);
}
.contato h3 {
    font-family: var(--font-tittle);
    font-size: 30px;
    font-weight: 400;
    color: white;
    text-shadow: 0 0 5px var(--color-firth);
    margin-bottom: 30px;
}
.contato p {
    font-family:"Inter", serif;
    font-size: 18px;
    color: white;
}
.contato .others {
    display: flex;
    justify-content: space-evenly;
}
.contato .item {
    width:  90px;
    height: 60px;
    border-radius: 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-firth);
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 14.8px black;
}
.contato .item a {
    color: var(--color-firth);
    text-decoration: none;
    text-align: center;
    font-family: var(--font-tittle);
    font-size: 15px;
}