* {
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: rgb(51,51,51);
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
}

.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.hero-img-wrapper img {
    width: 300px;
    border-radius: 10%;
}

.logo-wrapper h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

header {
    height: 60px;
    display: flex;
    align-items: center;
    color: white;
}

span.social-icon svg {
    width: 25px;
    fill: #fff;
}

.large-logo-wrapper {
    text-align: center;
    padding-top: 50px;
}

.large-logo-wrapper img {
    max-width: 100%;
    max-height: 300px;
}

.social-bar {
    display: flex;
    gap: 15px;
    align-items: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    background: rgb(254,0,0);
    background: linear-gradient(90deg, rgba(254,0,0,1) 0%, rgba(21,1,1,1) 100%);
    padding: 10px 30px;
    border-radius: 30px;
    margin-bottom: 45px;
}

span.social-icon.location-icon svg {
    height: 24px;
}

p.describe-text {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size: 16px;
    padding-bottom: 30px;
}

.team-img-wrapper {
    text-align: center;
}

.team-img-wrapper img {
    border-radius: 15px;
    width: 200px;
}

span.member-txt {
    display: block;
    text-align: center;
    color: white;
}

span.member-title {
    text-align: center;
    color: white;
    display: block;
    font-style: italic;
    margin-bottom: 60px;
}

span.social-icon.call-icon svg {
    width: 20px;
}