﻿
a:hover,
a:active {
    color: #1388d7;
    text-decoration: none
}

h1 {
    color: #20252d
}

h1 a {
    color: #20252d
}

h1 a:hover {
    color: #1388d7
}

h1 a:active {
    color: #1388d7
}

h1 a:focus {
    color: #1388d7
}

h2 {
    color: #20252d
}

h2 a {
    color: #20252d
}

h2 a:hover {
    color: #1388d7
}

h2 a:active {
    color: #1388d7
}

h2 a:focus {
    color: #1388d7
}

h3 {
    color: #20252d
}

h3 a {
    color: #20252d
}

h3 a:hover {
    color: #1388d7
}

h3 a:active {
    color: #1388d7
}

h3 a:focus {
    color: #1388d7
}

h4 {
    color: #20252d
}

h4 a {
    color: #20252d
}

h4 a:hover {
    color: #1388d7
}

h4 a:active {
    color: #1388d7
}

h4 a:focus {
    color: #1388d7
}

h5 {
    color: #20252d
}

h5 a {
    color: #20252d
}

h5 a:hover {
    color: #1388d7
}

h5 a:active {
    color: #1388d7
}

h5 a:focus {
    color: #1388d7
}

h6 {
    color: #20252d
}

h6 a {
    color: #20252d
}

h6 a:hover {
    color: #1388d7
}

h6 a:active {
    color: #1388d7
}

h6 a:focus {
    color: #1388d7
}

.h1 {
    color: #20252d
}

.h1 a {
    color: #20252d
}

.h1 a:hover {
    color: #1388d7
}

.h1 a:active {
    color: #1388d7
}

.h1 a:focus {
    color: #1388d7
}

.h2 {
    color: #20252d
}

.h2 a {
    color: #20252d
}

.h2 a:hover {
    color: #1388d7
}

.h2 a:active {
    color: #1388d7
}

.h2 a:focus {
    color: #1388d7
}

.h3 {
    color: #20252d
}

.h3 a {
    color: #20252d
}

.h3 a:hover {
    color: #1388d7
}

.h3 a:active {
    color: #1388d7
}

.h3 a:focus {
    color: #1388d7
}

.h4 {
    color: #20252d
}

.h4 a {
    color: #20252d
}

.h4 a:hover {
    color: #1388d7
}

.h4 a:active {
    color: #1388d7
}

.h4 a:focus {
    color: #1388d7
}

.h5 {
    color: #20252d
}

.h5 a {
    color: #20252d
}

.h5 a:hover {
    color: #1388d7
}

.h5 a:active {
    color: #1388d7
}

.h5 a:focus {
    color: #1388d7
}

.h6 {
    color: #20252d
}

.h6 a {
    color: #20252d
}

.h6 a:hover {
    color: #1388d7
}

.h6 a:active {
    color: #1388d7
}

.h6 a:focus {
    color: #1388d7
}
.top-header {
    padding: 15px 0 15px 32px;
    border-bottom: 1px solid #dbdbdb;
}

.top-header h3 {
    font-size: 20px;
    font-weight: 400;
    color: #727272;
    margin-bottom: 0;
}

.top-header img {
    width: 15%;
}

.bottom-head {
    background: #f1f3f4;
    padding: 32px 0 32px 32px;
}

.bottom-head h3 {
    line-height: 2.5rem;
    font-size: 2rem;
    letter-spacing: 0;
    font-weight: 400;
    color: #202124;
    align-items: center;
}

.head-first h4 {
    line-height: 2.25rem;
    font-size: 1.75rem;
    letter-spacing: 0;
    font-weight: 400;
    color: #202124;
    margin: 0 32px;
    padding-top: 32px;
    position: relative;
    padding-bottom: 20px;
}

.head-first h4:before {
    position: absolute;
    content: '';
    background-color: #1a73e8;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
}

.div-first {
    border: 1px solid #dadce0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 500px;
    gap: 15px;
    margin: 35px 32px 16px;
    padding: 16px;
}

.div-first img {
    width: 140px;
}

.div-first p {
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0142857143em;
    font-weight: 400;
    margin-bottom: 0;
}

.div-first p a {
    color: #3367d6;
    text-decoration: none;
}

.div-second {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    padding: 0 32px;
}

.div-second .one {
    border: 1px solid #dadce0;
    height: 180px;
    padding: 0 16px;
    width: 500px;
    margin: 0 20px 20px 0;
}

.div-second .one h4 {
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: .00625em;
    font-weight: 500;
    color: #202124;
    padding: 24px 0 20px;
}

.div-second .one p {
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0142857143em;
    font-weight: 400;
    color: #3c4043;
    color: #5f6368;
    padding-bottom: 20px;
}

.copyright {
    color: #5f6368;
    padding: 0 32px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .div-first{
        width: auto;
    }
    .div-first p {
        line-height: 15px;
        font-size: 9px;
        letter-spacing: 0;
    }
    .div-second .one{
        width: auto;
        margin: 0 0px 20px 0;
        height: 100%;
    }
    .div-second .one h4{
        padding: 20px 0 10px;
    }
    .top-header img {
        width: 50%;
    }
    .top-header{
        text-align: center;
    }
}