/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/ /* Examples (uncomment to use):*/ /* Expand site width */ /* body .wrapper { max-width: 1400px !important; } */ /* Set site background image */ /* body { background: url(image_source) top no-repeat; } /* Hide compare button */ /* a.compare_item { display: none !important; }*/
.topic__heading #pagetitle {
	color: #000;
    font-size: 49px;
    margin-bottom: 5px;
}
.topic__heading {
    display: flex;
    align-items: center;
}
.topic__heading .topic__heading_img img {
    max-height: 92px;
    width: auto;
}
.topic__heading .topic__heading_img .section_img {
    margin-right: 30px;
}
.topic__heading .topic__heading_text {
    display: flex;
    flex-direction: column;
}
@media (max-width: 600px) {
    .topic__heading #pagetitle {
        font-size: 21px;
    }
}

.grid-list__item:first-child .sections-list__item-image-wrapper,
.grid-list__item:nth-child(3) .sections-list__item-image-wrapper,
.grid-list__item:nth-child(5) .sections-list__item-image-wrapper {
    background: #005097;
}


.grid-list__item:nth-child(2) .sections-list__item-image-wrapper,
.grid-list__item:nth-child(4) .sections-list__item-image-wrapper,
.grid-list__item:nth-child(6) .sections-list__item-image-wrapper {
    background: #00aae8; 
}

.sections-list__item:hover .sections-list__item-image {
    /*transform: rotate(5deg) scale(1.05);*/
    transition: transform 0.4s ease;
}

.sections-list__item-image-wrapper {
    overflow: hidden;
    display: block;
}


.sections-list__item-image {
    transition: transform 0.4s ease;
}

.sections-list__item-image-wrapper--ROUND_PICTURES {
	background: transparent !important;
}