.main-title{
    text-align: center;
    margin: 80px;
}

.introduction{
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0 40px;

    display: flex;
    align-items: center;
    gap: 60px;
}

.introduction img{
    width: 50%;
    height: 420px;
    object-fit: cover;
    border-radius: 18px;
}

.text-content{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.text-content p{
    font-size: 19px;
    line-height: 1.8;
    margin: 0;
}

.text-content button{
    background-color: #151A4D;
    padding: 12px 24px;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    align-self: flex-start;
}

.text-content button a{
    color: #fff;
     font-weight: bold;
    text-decoration: none;
    font-family: "Jost", sans-serif;
}

