﻿/*.about-container {
    background-color: white;
    border-radius: 30px;
    width: 80%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

/*.purpose-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
}
*/
/*.purpose-container > div {
    background-color: white;
    border-radius: 30px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purpose-container > div:nth-of-type(1) {
    width: 45%;
}

.purpose-container > div:nth-of-type(2) {
    width: 55%;
}

.steps-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
}

.steps-container > div {
    background-color: white;
    border-radius: 30px;
    width: 25%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
