.btn {
    background-color: #4CAF4F;
    color: white;
    border: none;
    border-radius: 2.78px;
    width: 89.55px;
    height: 36.49px;
}

.btn-icon-right {
    background-color: #4CAF4F;
    color: white;
    border-radius: 2.78px;
    width: 133.25px;
    height: 36.49px;
    border: none;
}
.btn-icon-right::after {
    content: "→";
    font-size: 16px;
    margin-left: 8px;
}   

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    display: grid;
    grid-template-columns: 1fr;
}

.container > * {
    padding: 11.14px 100.23px;
}

.header {
    display: flex;
    flex-direction: row;;
    align-items: center;
    justify-content: space-around;
    background-color: white;
}

.nav-links {
    display: flex;
    flex-direction: row;
}

.nav-links > * {
    padding: 10px;
}

.row1 {
    background-color: #F5F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.row1-content {
    width: 100%;;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.row2 {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.row2 > * {
    padding: 27.84px 0;
}

.row2-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.row3 {
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.row4 {
    background-color: #F5F7FA;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.row4-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}





.row9 {
    background-color: #F5F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.row9 > * {
    padding: 22.27px 0;
}

.footer  {
    background-color: #263238;
    color: white;
}