body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #212121;
    color:#fff;
    font-weight: 400;
}

.title__block {
    color: #ffab00;
    text-transform: uppercase;
    
}

h1 {
    color: #fff;
}

h1, h2, h3 {
    font-weight: 700;
}

h2 {
    font-size: 1.4rem;
    color: #ffab00;
    text-transform: uppercase;
}

h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #ffab00;
}

#about__block p {
    font-size: 1rem;
}

.img_icon {
    width:42px;
    height:42px;
    margin-right: 0.5rem;
}

.footer__block {
    color: #ccc;
}

.socials__block a {
    color: #fff;
}

.logo {
    max-width:100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .logo {
        max-width:100%;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .logo {
        max-width:100%;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .logo {
        max-width:600px;
    }
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .logo {
        max-width:700px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .logo {
        max-width:700px;
    } 
}