html, body {
    font-family: "Roboto";
}

.main-bg {
    background-image: url('./img/main-bg.png');
    padding: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.second-bg {
        background-color: rgb(223 242 245 / 55%);
        padding-top: 120px;
        padding-bottom: 120px;
}

.third-bg {
    background-image: url('./img/bg-01.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center;
}

.fourth-bg {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: rgb(223 242 245 / 55%);
}

.fifth-bg {
    background-image: url('./img/bg-02.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;
    padding-top: 120px;
    background-position: center;
}


.sixth-bg {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: rgb(223 242 245 / 55%);
}
.seventh-bg {
    margin-top: 120px;
    margin-bottom: 120px;
}


.eigth-bg {
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center;
}




.main-content {
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
}

.main-content small {
    color: #65C5B4;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.main-content h1 {
    color: #00B4D0;
    font-size: 64px;
    font-weight: 800;
    display: block;
}

.main-content p {
    color: #00B4D0;
    font-size: 24px;
    font-weight: 400;
    display: block;
    text-align: left;
    margin-bottom: 40px;
}

.edge-logo {
    width: 301px;
    display: block;
    margin: auto;
    margin-bottom: 32px;
}

.mitsidi-logo {
    width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 0px;
}



.email-button {
    background-color: #00B4D0;
    border-radius: 38px;
    padding: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 28px;
}

.email-button:hover{
    color: #fff;
    text-decoration: none;
}
.whats-button {
    background-color: #25D366;
    border-radius: 38px;
    padding: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 28px;
}

.whats-button:hover{
    color: #fff;
    text-decoration: none;
}

.second-title {
   
    text-align: center;
    background-color: #00B4D0;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    border-radius: 20px;
}

.item-list {
    width: 215px;
    display: block;
    float: left;
    padding: 16px;
    border-radius: 16px;
    margin-top: 24px;
    margin-right: 8px;
    min-height: 345px;

}



.item-list h2 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 16px;
}

.item-list p {
    text-align: center;
}


.first-item {
    background-color: #B3E8F0;
}

.second-item {
    background-color: #99E1EC;
}

.third-item {
    background-color: #80D9E7;
}

.fourth-item {
    background-color: #66D2E2;
}

.fifth-item {
    background-color: #4DCADE;
    margin-right: 0px !important;
}

.third-container {
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
}

.third-container h2 {
    color: #00B4D0;
    text-align: center;
    font-size: 36px;
    margin-bottom: 24px;
}

.question-item {
    background-color: #E6F7FA;
    padding: 16px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 20px;
}


.fourth-container {
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
}

.fourth-container h2 {
    color: #00B4D0;
    text-align: left;
    font-size: 36px;
    margin-bottom: 24px;
}

.fifth-container {
    background-color: #fff;
    padding: 32px;
    border-radius: 24px;
    margin-top: 40px;
}

.fifth-container h2 {
    color: #00B4D0;
}


.sixth-container img {
    width: 100%;
    margin-top: 40px;

}

.eigth-bg {
    background-image: url('./img/main-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}




.main-form form {
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
}

.main-form .form-group {
    width: 45%;
    display: block;
    float: left;
    margin-right: 24px;

}

.form-logos {
    background-color: #fff;
    border-radius: 16px;
}


.main-form form h2 {
    display: block;
    position: relative;
    text-align: center;
    color: #00B4D0;
    font-size: 32px;
    margin-bottom: 32px;
}

.btn-primary {
    color: #fff;
    background-color: #00B4D0;
    border-color: #00B4D0;
    border-radius: 32px;
    position: relative;
    margin: auto;
    display: block;
    font-size: 20px;
    width: 135px;
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .second-bg {
        height: auto;
    }

    .second-title h1 {
        font-size: 24px;
    }

    .item-list {
        width: 100%;
        min-height: auto;
    }

    .fifth-item {
        margin-bottom: 24px;
    }

    .third-bg {
        padding: 24px;
    }

    .sixth-container img {
        margin-top: 24px;
    }

    .edge-logo {
        width: 50%;
        margin-bottom: 0px;
        display: inline;

    }

    .mitsidi-logo {
        width: 45%;
        display: inline;
    }

    .main-bg {
        padding: 30px;
    }
    

    .main-content small {
        font-size: 24px;
        margin-top: 40px;
    }

    .main-content h1 {
        font-size: 36px;
    }

    .main-content p {
        font-size: 18px;
    }

    .email-button {
        font-size: 14px;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 16px;
    
    }

    .whats-button {
        font-size: 14px;
        width: 100%;
        display: block;
        text-align: center;
    
    }

    .card {
        height: 100%;
    }

    .seventh-bg {
        margin-bottom: 45px;
    }

    .eigth-bg {
        padding: 24px;
    }

    .main-form form h2 {
        font-size: 25px;
    }

    .main-form .form-group {
        width: 100%;
    }
    

    .form-logos {
        margin-bottom: 24px;
        padding: 24px;
    }
}

