﻿.about-body {
    /*margin-bottom: 80px;*/
}

    .about-body p {
        font-size: 15px;
        line-height: 25px;
        text-align: justify;
    }

.about-body-head {
    font-weight: 600;
    font-size: 22px;
}

.about-body-image-container {
    width: 466px;
    text-align: center;
    margin-bottom: 25px;
}

.about-body-image {
    width: 100%;
    height: 316px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}

.about-body-image img {
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #0000001a;
    overflow: hidden;
    transition: all 0.6s;
}

.about-body-image img:hover {
    border: 1px solid #d1d1d1;
}

.about-body-image iframe {
    width: 100%;
    height: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #0000001a;
    overflow: hidden;
    transition: all .6s;
}

.about-body-image iframe:hover {
    border: 1px solid #d1d1d1;
}

@media(max-width: 980px) {
    .about-body-image-container {
        width: 100%;
    }

    .about-body-image {
        height: auto;
    }

    .about-body-image iframe {
        width: 466px;
        height: 316px;
    }
}

@media(max-width: 768px) {
    /*.about-body-image {
        width: 100%;
        margin-bottom: 15px;
    }*/
    .about-body-head {
        font-size: 22px;
    }
}

@media(max-width: 500px) {
    .about-body-head {
        font-size: 20px;
    }

    .about-body-image iframe {
        width: 100%;
        height: 316px;
    }
}
