.main-content {
    margin-top: 20px;
}
h1{
    text-align: center;
}
.social-media
{
    margin-left: 0px;
}
h3
{
    text-align: center;
}
a
{
    text-decoration: none;
    color: #111;
}
a:hover
{
    color: #475c6c;
}

/* About Page */
.about-section
{
    padding-bottom: 3rem;
}
.about-section .top-part img
{
    width: 200px;
    height: 150px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.about-section .top-part
{
    text-align: center;
}
.about-section .top-part h4,
.about-section .bottom-part h4
{
    color: #ff9900;
    border-bottom: 2px solid #bf9000;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 10px;
}
.about-section .top-part p,
.about-section .bottom-part p
{
    text-align: justify;
    margin-bottom: 0;
}
.about-section .card-part
{
    margin: 1rem 0;
}
.about-section .top-card
{
    margin: 10px auto;
    text-align: center;
}
.about-section .top-card img
{
    width: 280px;
    height: 220px;
}
.about-section .top-card .name-card
{
    padding: 1rem;
    margin: 1rem auto;
    height: 115px;
    width: 330px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid #333;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
}
.about-section .top-card .name-card:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.9s ease-out;
}
.about-section .top-card .name-card:hover:before 
{
    transform: scale(31);
    background-color: #c9c9c9;
}
.about-section .top-card .name-card img
{
    height: 80px;
    width: 250px;
    padding: 5px 10px;
    background-color: #c9c9c9;
}
.about-section .card-part .about-card
{
    padding: 15px 12px;
    margin: 1rem auto;
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid #333;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 15px;
}
.about-section .card-part .about-card h6
{
    color: #ff9900;
    border-bottom: 1px solid #bf9000;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 20px;
}
.about-section .card-part .about-card p
{
    text-align: justify;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.about-section .card-part .about-card ol
{
    padding-left: .7rem;
    letter-spacing: -1px;
    margin-top: -7px;
}
.about-section .icon
{
    margin: 10px 0;
    text-align: center;
}
.about-section .card-part .about-card .icon img
{
    width: 60px;
    height: 45px;
}

/* Privacy & Policy */
.privacy-section
{
    margin-bottom: 50px;
}
.privacy-section h5
{
    font-size: 17px;
}
.privacy-section p
{
    margin-bottom: 5px;
}
.privacy-section h5,
.privacy-section h6
{
    margin-bottom: 3px;
}
.privacy-section p,
.privacy-section ol,
.privacy-section ul{
    text-align: justify;
}

/* Faq */
.faq-section
{
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.faq-section .accordion-item
{
    padding: 10px;
    margin: 10px 0;
    border-bottom: none;
}
.faq-section .accordion-item .accordion-header
{
    padding-top: 5px;
    padding-bottom: 15px;
    background-color: #e0e0e0;
    font-weight: 600;
}
.faq-section .accordion-item h2
{
    font-weight: bold;
}
.faq-section .accordion-item .accordion-body
{
    padding-top: 5px;
    padding-bottom: 15px;
    background-color: #ececec;
    text-align: justify;
}
.faq-section .accordion-item .accordion-button
{
    background-color: #e0e0e0;
    padding-top: 5px;
    font-weight: 600;
}
.accordion-button:focus,
.accordion-button:active
{
    box-shadow: none;
    color: #111;
    border-bottom: none;
}
.accordion-button:not(.collapsed)::after
{
    background-image: var(--bs-accordion-btn-icon);
    box-shadow: none;
}
.accordion-button:not(.collapsed)
{
    color: #333;
    border-bottom: none;
    box-shadow: none;
}

/* How IT Works */
.work-section{
    margin-bottom: 3rem;
}
.work-section p{
    margin-top: 7px;
    margin-bottom: 0;
    text-align: justify;
}
.work-section .row div{
    margin: 1rem 0;
    padding: 1rem;
    padding-bottom: 2rem;
}
.work-section h3{
    margin-bottom: 1.5rem;
    font-style: normal;
}
.work-section iframe
{
    width: 100%;
    height: 100%;
    min-height: 300px;
}

/* Media Query */
@media only screen and (min-width: 1500px) {
    .about-section .card-part .about-card
    {
        height: 300px;
    }
}
@media only screen and (max-width: 1199px) {
    .about-section .card-part .about-card
    {
        height: 250px;
    }
    .work-section iframe
    {
        min-height: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .about-section .card-part .about-card
    {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .about-section .card-part .about-card
    {
        height: max-content;
        margin-bottom: 2rem;
    }
    .about-section .top-part h4,
    .about-section .bottom-part h4
    {
        width: 100%;
    }
    .work-section iframe
    {
        min-height: 200px;
    }
    .navbar-brand h5
    {
        font-size: 1.1rem;
    }
}