.section-title-modern{

    text-align:center;

    margin-bottom:70px;
}

.section-title-modern h1{

    font-size:54px;

    line-height:1.1;

    margin-bottom:20px;

    color:#08111f;

    font-weight:800;
}

.section-title-modern hr{

    width:120px;

    height:5px;

    border:none;

    border-radius:10px;

    background:#f7ca55;

    margin:25px auto 0;
}

.about-modern{

    background:white;
}

.about-content-modern{

    padding-left:50px;
}

.about-content-modern h2{

    font-size:62px;

    line-height:1.02;

    margin-bottom:28px;

    color:#08111f;
}

.about-content-modern p{

    font-size:18px;

    line-height:1.9;

    color:#64748b;
}

.about-content-modern button{

    margin-top:30px;

    border:none;

    background:#f7ca55;

    color:#08111f;

    padding:16px 36px;

    border-radius:18px;

    font-weight:700;

    transition:.3s;

    box-shadow:
    0 12px 35px rgba(247,202,85,.25);
}

.about-content-modern button:hover{

    transform:translateY(-5px);

    box-shadow:
    0 18px 45px rgba(247,202,85,.35);
}

.about-image-modern img{

    width:100%;

    border-radius:34px;

    box-shadow:
    0 30px 70px rgba(0,0,0,.14);
}