body {
    font-family: OpenSans-Regular;
    font-size: 18px;
    line-height: 160%;
    color: #333333;
}

img {
    max-width: 100%;
}

.header-and-banner {
    position: relative;
    height: 814px;
    overflow: hidden;
}

.main-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.header-container {
    position: relative;
    backdrop-filter: blur(8px);
    z-index: 100;
}

header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1290px;
    padding: 22px 0 15px;
    margin: 0 auto;
    z-index: 1;
}

.header-logo {
    width: 190px;
    height: 26px;
}

header nav a {
    margin: 0 25px;
    font-size: 16px;
    line-height: 170%;
    color: #333333;
}

header nav a:hover {
    color: #008DE2;
}

.phones-for-header a {
    font-family: Bebasneu-Bold;
    font-size: 26px;
    line-height: 100%;
    color: #333333;
}

.phones-for-header__with-icon {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.phones-for-header__with-icon img {
    margin-left: 14px;
}

.header-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 890px;
    margin: 26px auto 0;
    padding: 70px 170px;
    /* backdrop-filter: blur(2px); */
    /* border-radius: 50%; */
    z-index: 1;
}

.header__title-1 {
    font-family: Bebasneu-Bold;
    font-size: 120px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.new_header__title-1 {
	font-size: 80px;
}
.header__title-2 {
    margin-bottom: 4px;
    font-family: Bebasneu-Regular;
    font-size: 50px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.header__title-3 {
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.header-get-service {
    margin: 50px 0 0;
    padding: 22px 48px;
    border-radius: 100px;
    box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    background: #008DE2;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    transition: .15s;
}

.header-get-service:hover {
    background: #006AAA;
    cursor: pointer;
}

.snake-blocks {
    margin-top: -223px;
}

.information-cards-container {
    position: relative;
    top: -65px;
    display: flex;
    justify-content: center;
    width: 90%;
    padding: 30px 0 34px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    z-index: 1;
}

.information-cards {
    display: flex;
}

.information-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 37px;
}

.information-card__name {
    max-width: 210px;
    margin: -10px 0 0;
    font-family: OpenSans-Bold;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #333333;
}

.snake-blocks__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.snake-blocks__item>div {
    display: flex;
    align-items: center;
    width: 50%;
}

.snake-blocks__wrapper {
    background: #F2F2F2;
}

.snake-blocks__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.snake-blocks__item:first-child .snake-blocks__content {
    margin-top: 136px;
}

.snake-blocks__content {
    width: 570px;
    margin: 0 60px 50px auto;
}

.snake-blocks__title-1 {
    margin: 0 0 10px;
    font-family: Bebasneu-Bold;
    font-size: 95px;
    line-height: 110%;
    text-transform: uppercase;
    color: #003655;
}

.snake-blocks__title-2 {
    margin: 0 0 5px;
    font-family: Bebasneu-Regular;
    font-size: 50px;
    line-height: 110%;
    text-transform: uppercase;
    color: #333333;
}

.snake-blocks__text {
    margin: 0 0 30px;
}

.snake-blocks__get-offer {
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 260px;
    padding: 17px 28px;
    background: #008DE2;
    box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    transition: .15s;
}

.snake-blocks__get-offer:hover {
    background: #006AAA;
    cursor: pointer;
}

.snake-blocks__item:nth-child(even) {
    flex-direction: row-reverse;
}

.snake-blocks__item:nth-child(even) .snake-blocks__content {
    margin: 0 auto 50px 60px;
}

.container {
    width: 1290px;
    margin: 0 auto;
}

.title {
    margin: 0 0 50px;
    font-family: Bebasneu-Bold;
    font-size: 70px;
    line-height: 110%;
    text-transform: uppercase;
    color: #003655;
    text-align: center;
}

.advantages-container {
    margin: 70px 0 30px;
}

.our-advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.our-advantages__card {
    display: flex;
    align-items: center;
    width: 550px;
    margin: 0 30px 50px 0;
}

.our-advantages__icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    min-width: 110px;
    height: 110px;
    margin: 0 40px 0 0;
    border: 1px solid #008DE2;
    box-sizing: border-box;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 55px;
}

.our-advantages__name {
    font-family: OpenSans-Bold;
    font-size: 18px;
    line-height: 170%;
    color: #333333;
}

.our-advantages__text {
    font-size: 16px;
    line-height: 170%;
    color: #4F4F4F;
}

.banner-inner {
    display: block;
}

.porfolio {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 40px 0;
}

.portfolio__card {
    position: relative;
    width: calc(33.333% - 20px);
    padding: 0 20px 20px 0;
    cursor: pointer;
}

.portfolio__card-wrapper {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 20px;
    bottom: 20px;
    left: 0;
    z-index: 10;
}

.portfolio__card-image-wrapper {
    overflow: hidden;
    height: 100%;
}

.portfolio__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.portfolio__card:hover img {
    transform: scale(1.1);
}

.portfolio__card-video {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: -10px 0 0 -10px;
    z-index: 20;
}

.portfolio__card-video svg {
    margin: 0 0 13px;
    transition: .2s;
}

.portfolio__card-video p {
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    transition: .2s;
}

/* .portfolio__card:hover p {
    color: #008DE2;
}

.portfolio__card svg circle {
    transition: .2s;
}

.portfolio__card svg path {
    transition: .2s;
}

.portfolio__card:hover svg circle {
    stroke: #008DE2;
}

.portfolio__card:hover svg path {
    fill: #008DE2;
} */

.special-offer-container {
    background: #F2F2F2;
    border-radius: 6px;
    padding: 60px;
    margin: 0 0 60px;
}

.special-offer-container .title {
    margin: 0 auto 80px;
    max-width: 800px;
}

.special-offer__images {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
}

.special-offer__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
}

.special-offer__images img {
    display: block;
    margin-bottom: 30px;
}

.special-offer__name-1 {
    font-family: Bebasneu-Regular;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}

.special-offer__name-2 {
    font-family: Bebasneu-Bold;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #003655;
}

.special-offer__get-offer {
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 260px;
    padding: 17px 40px;
    margin: 0 auto;
    background: #008DE2;
    box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    transition: .15s;
}

.special-offer__get-offer:hover {
    background: #006AAA;
    cursor: pointer;
}

.about-company__content {
    margin: 0 30px 0 0;
}

.about-company {
    display: flex;
    margin: 0 0 70px;
}

.about-company__cards {
    display: flex;
    flex-wrap: wrap;
}

.about-company__card {
    display: flex;
    align-items: center;
    width: 365px;
    margin: 0 0 20px;
}

.about-company__card img {
    margin: 0 30px 0 0;
}

.about-company__text {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 170%;
    color: #333333;
}

.about-company__title {
    margin: 0 0 20px;
    font-family: OpenSans-Bold;
    font-size: 20px;
    line-height: 170%;
    color: #003655;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 455px 420px;
    grid-template-areas: "img1 img1 img1 img2 img2 img2" "img3 img3 img4 img4 img5 img5";
    grid-gap: 30px;
    width: 90%;
    margin: 0 auto 60px;
}

.gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery img:nth-child(1) {
    grid-area: img1;
}

.gallery img:nth-child(2) {
    grid-area: img2;
}

.gallery img:nth-child(3) {
    grid-area: img3;
}

.gallery img:nth-child(4) {
    grid-area: img4;
}

.gallery img:nth-child(5) {
    grid-area: img5;
}

.contacts {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
}

.contact__card {
    display: flex;
    align-items: center;
    margin: 0 50px;
    max-width: 410px;
}

.contacts-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    min-width: 110px;
    height: 110px;
    margin: 0 40px 0 0;
    border: 1px solid #008DE2;
    box-sizing: border-box;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 55px;
}

.contact__card p,
.contact__card a {
    font-family: Bebasneu-Bold;
    font-size: 30px;
    line-height: 120%;
    color: #003655;
}

.contact__card-flex {
    display: flex;
    align-items: center;
}

.contact__card-flex img {
    margin: 0 0 0 15px;
}

.contacts-links {
    display: flex;
    justify-content: center;	align-items: center;
    margin: 0 0 60px;
}
.contacts-links a svg:hover {
		opacity: 0.8;
	}
.contacts-links a {
    margin: 0 40px;
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 120%;
    color: #003655;
}

.map {
    display: block;
    width: 100%;
    height: 480px;
}

footer {
    padding: 27px 0;
    background: #003655;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer a,
.footer p {
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
}

.menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

.menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.menu-button {
    display: none;
}

.portfolio__card-video .portfolio__card-title-1 {
    margin: 0 0 4px;
    font-family: Bebasneu-Bold;
    font-size: 60px;
    line-height: 100%;
    color: #FFFFFF;
}

.portfolio__card-video .portfolio__card-title-2 {
    font-family: Bebasneu-Bold;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;
}

.pop-up-wrapper {
    position: fixed;
    top: 0%;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.275);
    z-index: 1000;
}

.pop-up-wrapper.opened {
    display: flex;
}

.form {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 60px 60px 45px;
    background: #FFFFFF;
    box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.form__title-1 {
    margin: 0 0 10px;
    font-family: Bebasneu-Bold;
    font-size: 60px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C3D3E;
}

.form__title-2 {
    margin: 0 0 26px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #4F4F4F;
}

.form input {
    padding: 23px 26px;
    margin: 0 0 15px;
    border: none;
    background: #F2F2F2;
    border-radius: 5px;
}

.form__send {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 72px;
    margin: 20px 0 0;
    background: #008DE2;
    box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .2s;
}
.form__btn-thanks {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 72px;
    margin: 20px 0 0;
    background: #008DE2;
    box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .2s;
}

.form__send:hover {
    background: #006AAA;
    cursor: pointer;
}
.form__btn-thanks:hover {
    background: #006AAA;
    cursor: pointer;
}

.form__close,
.form__close1{
    position: absolute;
    top: 20px;
    right: 20px;
}

.form__close:hover,
.form__close1:hover{
    cursor: pointer;
}

.main-banner-mobile {
    display: none;
}

@media (max-width: 1540px) {
    .snake-blocks__item:first-child .snake-blocks__content {
        margin-top: 170px;
    }
}

@media (max-width: 1350px) {
    header {
        width: 100%;
        padding: 22px 20px 15px;
        box-sizing: border-box;
    }
    .container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .information-cards-container,
    .gallery {
        width: calc(100% - 40px);
    }
    .information-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 20px;
    }
    .information-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .information-card {
        width: calc(33.333% - 40px);
    }
    .snake-blocks__item:first-child .snake-blocks__content {
        padding: 315px 20px 50px;
        margin: 0;
    }
    .snake-blocks__item:nth-child(even) .snake-blocks__content {
        padding: 50px 20px 50px;
        margin: 0;
    }
    .gallery {
        grid-template-rows: 300px 300px;
        grid-gap: 20px;
    }
    .snake-blocks {
        margin-top: -344px;
    }
}

@media (max-width: 1200px) {
    .header-content {
        margin: 0;
    }
    .header__title-1 {
        font-size: 100px;
    }
	.new_header__title-1 {
        font-size: 55px;
    }
    .header__title-2 {
        font-size: 40px;
    }
    .our-advantages__card {
        width: calc(50% - 50px);
    }
    .special-offer-container-wrapper {
        padding: 0;
    }
    .special-offer__item {
        margin: 0 10px;
    }
    .about-company {
        flex-direction: column;
    }
    .title {
        margin: 0 0 36px;
        font-size: 50px;
    }
    .snake-blocks__title-1 {
        margin: 0 0 10px;
        font-family: Bebasneu-Bold;
        font-size: 50px;
    }
    .snake-blocks__title-2 {
        font-size: 35px;
    }
    .snake-blocks__text {
        font-size: 16px;
    }
    .contacts-icon-container,
    .our-advantages__icon-container {
        width: 82px;
        min-width: 82px;
        height: 82px;
        margin: 0 20px 0 0;
    }
    .contact__card {
        margin: 0 20px;
    }
    .contact__card p,
    .contact__card a {
        font-size: 20px;
    }
    .contacts-links a {
        margin: 0 20px;
    }
    .map {
        height: 400px;
    }
    .about-company-banner {
        max-height: 500px;
        object-fit: cover;
        object-position: top;
    }
    .our-advantages__name {
        font-size: 16px;
        line-height: 170%;
    }
    .phones-for-header a {
        font-size: 20px;
    }
    header nav a {
        margin: 0 20px;
    }
}

@media (max-width: 940px) {
    .menu-container {
        position: absolute;
        top: 0;
        right: -270px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 270px;
        padding: 40px 30px;
        box-sizing: border-box;
        background: #ffffff;
        transition: .5s;
        border-radius: 0 0 0 6px;
    }
    .header-content {
        padding: 50px 20px;
    }
    .menu-button {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        cursor: pointer;
        transition: .15s;
    }
    .menu-wrapper {
        justify-content: flex-end;
    }
    .menu-wrapper.opened .menu-button:hover div {
        background: #003655;
    }
    .menu-wrapper.closed .menu-button:hover div {
        background: #003655;
    }
    .menu-button div {
        position: absolute;
        height: 3px;
        background: #003655;
        transition: 0.15s;
    }
    .menu__line-1 {
        top: 30px;
        width: 26px;
        transform: rotate(45deg);
    }
    .menu__line-2 {
        top: 31px;
        left: 16px;
        opacity: 0;
        width: 20px;
    }
    .menu__line-3 {
        top: 30px;
        width: 26px;
        transform: rotate(-45deg);
    }
    .menu-wrapper.opened .menu__line-1 {
        animation: opened-menu-1 .8s;
        animation-fill-mode: forwards;
    }
    .menu-wrapper.opened .menu__line-3 {
        animation: opened-menu-3 .8s;
        animation-fill-mode: forwards;
    }
    .menu-wrapper.closed .menu__line-1 {
        background: #003655;
        animation: closed-menu-1 .8s;
        animation-fill-mode: forwards;
    }
    .menu-wrapper.closed .menu__line-2 {
        background: #003655;
        animation: closed-menu-2 .8s;
        animation-fill-mode: forwards;
    }
    .menu-wrapper.closed .menu__line-3 {
        background: #003655;
        animation: closed-menu-3 .8s;
        animation-fill-mode: forwards;
    }
    @keyframes opened-menu-1 {
        0% {
            top: 22px;
            transform: rotate(0);
        }
        100% {
            top: 30px;
            transform: rotate(45deg);
        }
    }
    @keyframes opened-menu-2 {
        0% {
            transform: rotate(45deg);
        }
        100% {
            opacity: 0;
            transform: rotate(0);
        }
    }
    @keyframes opened-menu-3 {
        0% {
            top: 41px;
            transform: rotate(0);
        }
        100% {
            top: 30px;
            transform: rotate(-45deg);
        }
    }
    @keyframes closed-menu-1 {
        0% {
            top: 30px;
            transform: rotate(45deg);
        }
        100% {
            top: 22px;
            transform: rotate(0);
        }
    }
    @keyframes closed-menu-2 {
        0% {
            transform: rotate(45deg);
        }
        100% {
            opacity: 1;
            transform: rotate(0);
        }
    }
    @keyframes closed-menu-3 {
        0% {
            top: 30px;
            transform: rotate(-45deg);
        }
        100% {
            top: 41px;
            transform: rotate(0);
        }
    }
    .menu-wrapper.opened .menu-container {
        right: 0;
    }
    .menu-container nav {
        margin: 0 0 15px;
    }
    header nav a {
        display: block;
    }
    header nav a {
        font-family: OpenSans-Bold;
        font-size: 18px;
        margin: 0px 0 10px;
    }
    .phones-for-header a {
        font-size: 18px;
    }
}

@media (max-width: 770px) {
    .our-advantages__card {
        width: 100%;
        margin: 0 0 25px;
    }
    .portfolio__card {
        width: calc(50% - 20px);
    }
    .header__title-1 {
        font-size: 70px;
        line-height: 100%;
    }
	.new_header__title-1 {
        font-size: 40px;
    }
    .header__title-2 {
        font-family: Bebasneu-Regular;
        margin-bottom: 8px;
        font-size: 35px;
        line-height: 110%;
    }
    .gallery {
        grid-template-rows: 200px 200px;
    }
    .snake-blocks__item,
    .snake-blocks__item:nth-child(even) {
        flex-direction: column;
    }
    .snake-blocks__item>div {
        width: 100%;
    }
    .snake-blocks__item img {
        height: 400px;
    }
    .contacts {
        flex-direction: column;
        margin: 0 0 20px;
    }
    .contact__card {
        margin: 0 auto 20px;
    }
    .contacts-links {
        flex-direction: column;
        margin: 0 auto 20px;
        width: fit-content;
    }
    .contacts-links a {
        margin: 0 0 20px;
    }
    .special-offer-container .title {
        margin: 0 auto 30px;
        font-size: 40px;
    }
    .special-offer__images {
        flex-direction: column;
        margin: 0;
    }
    .special-offer__item {
        margin: 0 0 30px;
    }
    .special-offer__images img {
        width: 100%;
    }
    .special-offer-container {
        padding: 60px 20px;
    }
    .information-card {
        width: calc(50% - 40px);
        margin: 20px;
    }
    .information-card__name {
        font-size: 12px;
    }
    .information-cards-container {
        padding: 15px 0;
    }
    .form {
        width: 90%;
        padding: 40px 20px 40px;
        box-sizing: border-box;
    }
    .form__title-1 {
        font-size: 50px;
    }
    .form__title-2 {
        margin: 0px 0 16px;
        font-size: 14px;
        line-height: 24px;
    }
    .form__send {
        padding: 20px 40px;
    }
    .form__btn-thanks {
        padding: 20px 40px;
    }
}

@media (max-width: 520px) {
    body {
        font-size: 16px;
        line-height: 170%;
    }
    .main-banner-desktop {
        display: none;
    }
    .main-banner-mobile {
        display: block;
    }
    .portfolio__card {
        width: 100%;
        height: 250px;
    }
    .portfolio__card>img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 250px 250px 250px 250px 250px;
        grid-template-areas: "img1" "img2" "img3" "img4" "img5";
    }
    .footer {
        flex-direction: column;
    }
    .footer p {
        margin-bottom: 10px;
    }
    .snake-blocks__item img {
        height: 250px;
    }
    .portfolio__card-video .portfolio__card-title-1 {
        font-size: 45px;
    }
    .portfolio__card-video .portfolio__card-title-2 {
        font-size: 24px;
    }
    .form input {
        padding: 20px 20px;
    }
    .form {
        padding: 30px 20px 40px;
    }
    .form__send {
        margin: 0;
    }
    .form__btn-thanks {
        margin: 0;
    }
    .header-content {
        padding: 30px 20px;
    }
    .header-get-service {
        margin: 20px 0 0;
    }
    .information-card {
        margin: 10px 20px;
    }
    .information-card {
        width: calc(50% - 20px);
        margin: 5px 10px 10px;
    }
}