/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Child theme for Divi
 Author:         Your Name
 Template:       Divi
 Version:        1.0.0
*/

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

.top-section {
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(151, 125, 255, 0.2) 25%, #F8F8F8 50%, rgba(151, 125, 255, 0.2) 75%, #F8F8F8 100%);
    height: 550px;
    display: flex;
}

.top-section .et_pb_column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-section-info-card {
    color: rgba(0, 166, 226, 1);
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(0, 166, 226, 0.1);
    border: 1px solid rgba(0, 166, 226, 0.2);
    border-radius: 999px;
    width: max-content;
    padding: 6px;
}

.top-section-info-card img {
    position: relative;
    top: 2px;
}

.page-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.5px;
    text-align: center;
}

.flex-2-cols,
.flex-2-cols .et_pb_column {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.flex-2-cols .et_pb_column {
    flex-direction: column;
}

@media only screen and (max-width: 680px) {
    .top-section {
        height: 443.506px;
        padding: 5px 0
    }

    .page-heading {
        font-size: 45px;
        line-height: 45px;
    }
}