/* Styles for the main section */
.main-section {
    padding: 40px 0 60px 63px;
    font-weight: 400;
    font-size: 24px;
}
.main-title {
    color: #179C97;
    font-weight: 700;
    font-size: 64px;
    margin-bottom: 10px;
}
.main-desc {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-align: left;
    color: #222;
    margin-bottom: 40px;
    
   
}
.main-section .cta-btn {
    background: #02BAB7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    width: 150px;
    height: 70px;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 26px;
    cursor: pointer;
    margin-bottom: 40px;
    transition:  0.3s;
}

.main-section .cta-btn:hover {
    background: #018381;
}
/* Styles for the main section */
