body {
    background: #181E34;
    font-family: "Montserrat", "Arial", sans-serif;
    line-height: 150%;
    color: #fff;
}

.container {
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
}

/* ============================================ */

header {
    display: flex;
    justify-content: center;
}

.header-section {
    max-width: 930px;
    height: 48px;
    margin: 30px auto;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.header-logo {
    width: 48px;
    margin-right: 380px;
}

.header-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-nav-list {
    display: flex;
    flex-direction: row;
}

.header-nav-item {
    margin-right: 30px;
}

.header-button {
    display: inline;
    background-color: #fff;
    color: #000000;
    border-radius: 100px;
    padding: 14px 30px;
    margin-left: 34px;
    width: 113px;
    height: 48px;
}

/* ============================================ */

.hero {
    padding: 120px 0;
    background: url("../img/hero-bg.jpg") 10% 50% / cover no-repeat;
}

.hero-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-text {
    max-width: 436px;
}

.hero-text span {
    text-transform: uppercase;
    font-weight: 700;
    color: #01A2CB;
}

.paragraph {
    margin-bottom: 15px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
}

.hero-button-one,
.hero-button-two {
    border-radius: 100px;
    padding: 18px 30px;
    display: flex;
    justify-content: center;
}

.hero-button-one img,
.hero-button-two img {
    margin-left: 4px;
}

.hero-button-one {
    background: linear-gradient(180deg, #00A4CC 0%, #2766AE 100%);
}

.hero-button-two {
    background: linear-gradient(95.22deg, #00A4CC 6.7%, #2766AE 91.35%);
}

.margin-bottom {
    margin-bottom: 10px;
}

/* ============================================ */

.section-two {
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-two-inner {
    margin: 120px 270px;
    max-width: 930px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-two-info {
    max-width: 513px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-two-text {
    margin-top: 15px;
    text-align: center;
}

.section-two-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.section-two-card {
    box-shadow: 4px 4px 13px 0 rgba(5, 13, 41, 0.76);
    background: #197cb8;
    border: 2px solid #176bae;
    border-radius: 16px;
    padding: 28px;
    margin: 14px;
    width: 200px;
    height: 141px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.card-title {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.card-text {
    font-weight: 400;
    text-align: center; 
}

.section-two-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-radius: 100px;
    padding: 18px 30px;
    width: 436px;
    height: 56px;
    background: linear-gradient(180deg, #00a4cc 0%, #2766ae 100%);
    margin-top: 30px;
}

hr {
    width: 100%;
    border: 1px solid #323952;
    opacity: 0.4;
}

/* =========================================== */

.footer {
    display: flex;
    justify-content: space-around;
}

.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 900px;
    margin: 60px 359px 60px 360px;
}

.footer-text {
    max-width: 267px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-list-1 {
    margin: auto 117px auto 197px;
}

.footer-title {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.footer-menu-item {
    margin-top: 10px;
}