.sectionAbout
{
    background-color: #fff;
}

.sectionAbout .headingStyle
{
    max-width: 800px;
}

.sectionAbout .card
{
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.sectionAbout .card .card-img-top
{
    max-width: 20%;
    display: block;
    margin: 0 auto;
}

.sectionAbout .card .card-body
{
    padding: 0.5em 1.25em;
}

.sectionAbout .card .card-body .card-title
{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #d0382d;
}

.sectionAbout .card .card-body .card-text
{
    margin-bottom: 0;
    color: #33393e;
    font-size: 0.95em;
}

.sectionAbout .aboutVideo__content
{
    background: var(--hover-color);
    padding: 70px 170px 70px 120px;
    overflow: hidden;
}

.sectionAbout .aboutVideo__content .headingText
{
    margin-bottom: 0;
    color: #fff;
}

@media screen and (max-width: 768px)
{
    .sectionAbout .aboutVideo__content
    {
        padding: 30px 15px;
    }
}

.sectionAbout .aboutVideo .aboutus-content
{
    border-bottom: 0;
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #e5e5e5;
}

.sectionAbout .aboutVideo .aboutus-content .btn-style
{
    border-color: #cacaca;
    color: #cacaca;
}

.sectionAbout .aboutVideo .aboutus-content .btn-style:hover
{
    border-color: transparent;
}

.sectionAbout .aboutVideo .videoShow
{
    height: 70%;
    width: 100%;
    border: 15px solid white;
    left: -120px;
    top: 15%;
}

.sectionAbout .aboutVideo .videoShow a
{
    height: 100%;
    width: 100%;
    background-size: cover;
}

.sectionAbout .aboutVideo .videoShow a:before
{
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 15px solid #9d2c23;
    border-radius: 1em;
}

@media screen and (max-width: 768px)
{
    .sectionAbout .aboutVideo .videoShow
    {
        height: 300px;
        border: 0;
        top: 0;
        left: 0;
    }
}

.sectionAbout .aboutVideo .videoShow span
{
    position: absolute;
    top: 42%;
    left: 45%;
    font-size: 1.6em;
    color: #fff;
    transform: rotate(45deg);
    width: 70px;
    border: 10px solid rgba(255, 255, 255, 0.3);
    background: var(--main-color);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px)
{
    .sectionAbout .aboutVideo .videoShow span
    {
        top: 40%;
        left: 40%;
    }
}

.sectionAbout .aboutVideo .videoShow span i
{
    margin-top: -5px;
    margin-left: 5px;
    transform: rotate(-45deg);
}

.sectionAbout .aboutVideo .headingStyle
{
    padding: 0;
}

.sectionAbout .aboutVideo .aboutDesc p:last-of-type
{
    margin-bottom: 20px;
}

@media screen and (max-width: 991px)
{
    .sectionAbout .aboutVideo
    {
        padding: 0;
    }
}
