* {
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    background: #F8FAFF;
}

.container {
    margin: 0 auto;
    max-width: 1300px;
}

.btn {
    border-radius: 24px;
    border: none;
    background-color: #1370FC;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.section-main-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 8% 0 5%;
}

.section-header-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background-color: #1370FC;
    border-radius: 50%;
}

.section-header-img {
    display: block;
}

.section-header-title {
    font-weight: 800;
    font-size: 48px;
    color: #1E2732;
    margin-left: 20px;;
}

.general-information {
    margin: 20px 10px;
    padding: 5px 10px 5px 30px;
    color: #556981;
    background: center left url("../images/partnership.svg") no-repeat;
    background-size: 20px;
}