.headline {
    padding: 50px 0 90px;
    background: #f7fbff;
    min-height: 50vh;
}

.headline .section-title {
    margin-bottom: 54px;
}

.headline .section-title h2 {
    margin-bottom: 22px;
}

.headline .accordion .card {
    border: none;
    margin-bottom: 30px;
}

.headline .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.headline .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.headline .accordion .card .card-header h5 {
    padding: 0;
}

.headline .accordion .card .card-header h5 button {
    color: #1e3056;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 80px;
    display: block;
    width: 100%;
    color: rgba(30, 48, 86, 0.8);
    text-align: right;
    background: #fff;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.headline .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #3ac162;
    text-align: center;
    border: 1px solid #2072bd;
    border-radius: 50%;
    line-height: 100%;
    content: '+';
    font-size: 20px;
    line-height: 22px;
    font-weight: 900;
}

.headline .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(97, 125, 255, 0.2);
}

.headline .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '-';
    color: hotpink;
    font-size: 25px;
    line-height: 20px;
}

.headline .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}
