.body {
    font-family: 'Montserrat', sans-serif;
    background: #000000;
}

.body * {
    color: #fff;
    box-sizing: border-box;
}

.header .img-head img {
    width: 100%;
}

.header .img-head img:nth-child(2),
.header .img-head img:nth-child(3) {
    display: none;
}

.main .description {
    margin: 70px 0;
}

.main .description p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.main .slider h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #007db8;
    margin-bottom: 50px;
}

.main .slider .slider-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main .slider .slider-inner > div {
    width: calc(50% - 12px);
}

.main .slider .slider-inner .slider-navigation .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100% !important;
    transform: none !important;
}

.main .slider .slider-inner .slider-navigation .slick-track:before, .main .slider .slider-inner .slider-navigation .slick-track:after {
    display: none;
}

.main .slider .slider-inner .slider-navigation .slick-track img {
    display: block;
    width: calc(50% - 10px) !important;
    margin-bottom: 14px;
    cursor: pointer;
}

.main .info {
    margin: 20px 0 80px;
}

.main .info h4 {
    font-size: 25px;
    color: #007db8;
    margin-bottom: 20px;
    font-weight: 700;
}

.main .info h5 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}

.main .info p {
    margin-bottom: 35px;
    font-size: 15px;
}

.main .info .tiles {
    display: flex;
    flex-wrap: wrap;
}

.main .info .tiles .tile {
    font-size: 15px;
    font-weight: 400;
    background-color: rgb(39, 39, 39);
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    width: fit-content;
    margin: 0 20px 20px 0;
}

.main .info .tiles .tile:last-child {
    margin: 0 0 20px 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1550px;
    }
}

@media (max-width: 991px) {
    .header .img-head img:nth-child(2) {
        display: block;
    }
    .header .img-head img:nth-child(1) {
        display: none;
    }
}

@media (max-width: 767px) {
    .main .slider .slider-inner > div {
        width: 100%;
    }

    .main .slider .slider-inner .slider-for img {
        margin-bottom: 20px;
    }

    .main .description p {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .header .img-head img:nth-child(3) {
        display: block;
    }
    .header .img-head img:nth-child(2) {
        display: none;
    }
}