#sergic-frequently-questions {
    margin: 2rem auto;
}

#sergic-frequently-questions h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #07374E;
    background-color: #00000000;
    border: none;
    line-height: 1;
}

#sergic-frequently-questions .card {
    background: transparent;
    border-bottom: 1px solid #07374E !important;
    border: none;
    border-radius: 0;
}

#sergic-frequently-questions .card:last-child {
    border-bottom: none !important;
}

#sergic-frequently-questions .card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 1rem 0;
}

#sergic-frequently-questions .card .card-header h5 button {
    font-size: 20px;
    font-weight: bold;
    color: #07374E;
    border: none;
    background: none;
}

#sergic-frequently-questions .card .card-header h5 button:focus,
#sergic-frequently-questions .card .card-header h5 button:active,
#sergic-frequently-questions .card .card-header h5 button:hover {
    border: none;
    box-shadow: none;
    text-decoration: none;
}

#sergic-frequently-questions .card-body p {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #07374E;
}

#sergic-frequently-questions .sergic-frequently-questions-link {
    text-align: center;
}

#sergic-frequently-questions .sergic-frequently-questions-link a {
    color: #00B3FF;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}

#sergic-frequently-questions .sergic-frequently-questions-link a:hover {
    color: #0056b3;
    transition: all 0.3s ease;
}

#sergic-frequently-questions .sergic-frequently-questions-link a:after {
    content: "";
    position: absolute;
    left: 105%;
    background-image: url('/wp-content/themes/sergic/assets/assets_custom/arrow-right.svg');
    width: 22px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 4px;
}

@media screen and (max-width: 768px) {
    #sergic-frequently-questions .card .card-header h5 button {
        font-size: 14px;
        text-align: left;
    }
}