﻿body{
    line-height: 1.8 !important;
    font-size:18px!important;
    color:#fff;
}
p {
    font-size: 17px !important;
    color:var(--theme-color-02);
}
.contact-item span
{
    color:var(--theme-color-02)!important;
}
.h2, h2 {

    font-weight:bold;
    font-size: 22px !important;
    color: var(--theme-color-01);
}
.section-full-02
{
    z-index:unset;
}
a{
    color: var(--theme-color-01);
}
 a:focus,a:hover {
        color:#fff;
    }
@media only screen and (min-width: 320px) and (max-width: 991px) {
    iframe {
        height: 250px !important;
        width: 98%;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    iframe {
        height: 350px !important;
        width: 60% !important;
    }
}