.contact-heading {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 48px;
}

.contact-text {
    font-size: 24px;
    font-weight: 500;
    color: #3C3C3C;
}

.contact-small-heading {
    font-weight: 700;
    font-size: 20px;
    color: #1E1E1E;
    position: relative;
}

.contact-small-heading::after {
    content: "";
    position: absolute;
    width: 53px;
    height: 3px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
}

body p {
    color: #747474;
    font-weight: 400;
    font-size: 20px;
}

hr {
    color: #747474;
}

.socials {
    color: #747474;
}

.circled {
    text-align: center;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.5em 0.6em;
    margin: auto;
}

.container-logos {
    max-width: 35%;
    min-width: 236px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: auto;
}