#offer {
    /* background-color: #f8e6ef; */
    background: url(../images/offer.jpg);
    background-size: cover;
    padding: 112px 0px;
}

#crown {
    /* background-color: #f8e6ef; */
    background: url(../images/02.jpg);
    background-size: cover;
    padding: 30px 0px;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.crown-t{
    color: #ffffff;
}

.crown-ul{
    color: #ffffff;
}




.project-section {
    width: 100%;
    float: left;
}
.containers {
    width: 1062px;
    margin: 0 auto;
    position: relative;
}
.project-section .boxes {
    width: 102%;
    float: left;
    margin: 30px -1% 0 -1%;
}
.project-section .boxes .info-box {
    width: 23%;
    float: left;
    margin: 1%;
    padding: 10px;
    box-shadow: 0 0 16px 0 #00000063;
    min-height: 170px;
}
.project-section .boxes .info-box .info-logo {
    padding-left: 10px;
    width: 60px;
}
img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    line-height: .5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.project-section .boxes .info-box h6 {
    color: #333;
    line-height: 27px;
    padding: 10px 0 10px 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: initial;
}
.project-section .boxes .info-box h6 small {
    font-size: 86%;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}

@media (max-width: 767px) and (min-width: 320px)
{
.containers {
    width: 100%;
    float: left;
    padding: 0 3.5%;
}
.project-section .boxes .info-box {
    width: 48%;
    padding: 5px;
    min-height: 146px;
}
.project-section .boxes .info-box h6 {
    font-size: 17px;
    line-height: 22px;
}
}
@media (max-width: 1199px) and (min-width: 1024px)
{
.containers {
    width: 990px;
    margin: 0 auto;
}
}


