.home_2 {
    display: flex;
    max-width: 1600px;
    align-items: center;
    justify-content: space-between;
    padding: 2px 50px;
        font-family: "Lato", sans-serif;

            margin-left: auto;
                margin-right: auto;
                padding-left: 1.875rem;
                padding-right: 1.875rem;
                padding-bottom: 5rem;
}


.text-content {
    width: 50%;
    color: #666;
    padding-right: 50px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* .divider {
    width: 100%;
    max-width: 250px;
    border: 0.5px solid #2583e8;
    margin-bottom: 20px;
} */

h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2583e8;
    /* Darker text */
}

p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.links {
    display: flex;
    gap: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.links a {
    /* padding: 10px 25px; */
    text-decoration: none;
    color: #2583e8;
    position: relative;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* .links a:hover{
    border-radius: 25px;
        background-color: #2583e8;
            /* Green background on hover */


.links a:hover{
    transform: scale(1.1);
}


.cta-button {
    background-color: #00c698;
    display: inline-block;
    padding: 10px 25px;
    background-color: transparent;
    color: #2583e8;
    /* Green text */
    border: 2px solid #2583e8;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
    background-color: #2583e8;
    /* Green background on hover */
    color: white;
}


.home-2 .image-container {
    flex: 1;
    max-width: 60%;
    display: flex;
}

.image-container img {
    width: 80%;
    height: auto;
    border-radius: 50px;
    transition: 0.3 ease;
}

.image-container {
    width: 60%;
    display: flex;

}

.home-2 .image-container img {
    height: auto;
    border-radius: 50px;
}