html, body {
    /*scroll-behavior: smooth;*/
    /*overflow-x: hidden;*/
}

h1, h2, h3, h4, h5, a, p, span, div, button {
    font-family: 'Open Sans', sans-serif;
}

#welcome h4 {
    color: #eb8a33;
}

#what_we_do h1 {
    margin-top: 9vh;
}

.block_arnyek {
    /*box-shadow: 5px 5px 15px 0px #777;*/
}

/* mobil verzió kivételek */
@media (max-width: 575px) {
    .h4, h4 {
        font-size: medium;
        font-weight: 600;
    }

    button {
        font-size: inherit !important;
    }

    button svg {
        width: 24px !important;
        height: 24px !important;
    }

    #part_welcome_and_team {
        padding-bottom: 0px !important;
    }

    #main #part_welcome_and_team #title_video_container video#title_video, #main #part_welcome_and_team #title_video_container video#title_video_mobile {
        height: 100vh;
        height: 100dvh;
        object-fit: fill;
    }

    #welcome h4 {
        font-size: medium;
        line-height: initial;
    }

    #what_we_do h1 {
        margin-top: 0px;
    }

    #what_we_do_parallax .section {
        height: 100vh;
        height: 100dvh;
        position: relative;
        top: auto;
    }

    div#the_projects_and_contact {
        margin-top: 0px;
    }

}

/* asztali verzió kivételek */
@media (min-width: 576px) {
    .h1, h1 {
        font-size: xx-large;
    }

    .h2, h2 {
        font-size: x-large;
    }

    .h4, h4 {
        font-size: larger;
        line-height: inherit;
    }

    #main .h1, #main h1 {
        /*font-size: 3.5rem;*/
    }
}

h1.fw-bolder, h2.fw-bolder {
    font-weight: 800 !important;
}

button:hover {
    color: #fff !important;
    opacity: 0.9;
}

.u8_yellow_a_background .menu_line,
.u8_yellow_a_background .menu_line_before_gap,
.u8_yellow_a_background .menu_line_after_gap {
    background-color: #f7c769 !important;
}

#menu {
    width: 40px;
    height: 33px;
    justify-content: space-between;
}

#menu .menu_line {
    width: 40px;
    background-color: #fff;
    height: 5px;
    /*margin: 5px 0;*/
}

#menu .menu_line_before_gap {
    width: 8px;
    background-color: #fff;
    height: 5px;
    /*margin: 5px 0;*/
}

#menu .menu_line_after_gap {
    width: 24px;
    background-color: #fff;
    height: 5px;
    /*margin: 5px 0 5px 8px;*/
}

#menu:hover {
    cursor: pointer;
    justify-content: space-around;
}

#menu:hover .menu_line {
    /*margin-top: 1px;*/
    /*margin-bottom: 1px;*/
    background-color: #f7c769;
}

#main video#title_video, #main video#title_video_mobile {
    width: 100%;
    height: auto;
}

#main video#title_video.title_video_resized, #main video#title_video_mobile.title_video_resized {
    border-radius: 32px;
    box-shadow: 5px 5px 15px 0px #777;
}

#header {
    height: 12vh;
    height: 12dvh;
    max-height: 125px;
    position: fixed;
    top: 0;
    width: 100%;
    /*transition: 0.2s; !* Add a transition effect (when scrolling - and font size is decreased) *!*/
    border-bottom: 3px solid transparent;
    z-index: 2;
}

#header.header_scrolled {
    background-color: #fff;
    opacity: 0.95;
}

#header.header_scrolled, #header.header_scrolled #logo, #header.header_scrolled #menu_container {
    z-index: 10;
}

#header #logo_bg {
    background: url(assets/img/unviversum8_logo_white.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 32px;
    cursor: pointer;
}

#header #logo_bg.logo_black {
    background: url(assets/img/logo2.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#header #logo_img {
    height: 32px;
}

#header.header_border_bottom {
    border-bottom: 3px solid #e5e5e7;
}

#title_video_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}

#part_welcome_and_team {
    background-image: url(assets/img/BG_white.jpg);
    background-size: contain;
    background-repeat-y: repeat;
    padding-bottom: 400vh;
    padding-bottom: 400dvh;
}

#the_projects_and_contact {
    background-image: url(assets/img/BG_gray.jpg);
    background-size: cover;
    background-repeat-y: repeat;
    /*margin-top: 400vh;*/
    /*margin-top: 400dvh;*/
}

.team_container {
    height: 300px;
    position: relative;
    overflow: hidden;
}

/*.team_container.team_container_rotate_left {
    transform: rotate(-4deg);
}
.team_container.team_container_rotate_right {
    transform: rotate(4deg);
}*/

.team_container:hover {
    /*overflow: auto;*/
}

.team_container:hover .team_photos_right, .team_container:hover .team_photos_left {
    /*animation-play-state: paused;*/
}

.team_photos_right.team_photos_animate {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
    animation: bannermoveright 48s linear infinite; /* 6sec / ember */
}

.team_photos_left.team_photos_animate {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
    animation: bannermoveleft 42s linear infinite; /* 6sec / ember */
}

@keyframes bannermoveleft {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

@keyframes bannermoveright {
    0% {
        transform: translate(-50%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.team_container .team_photos_animate .team_photos_text {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.team_container .team_photos_animate .team_photos_text p {
    width: 230px;
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
    border-radius: 0 0 16px 16px;
}

.team_container .team_photos_animate .mascot_by_team_member {
    top: 30px;
    left: 30px;
    width: 140px;
    animation: kukucska 10s linear 5s infinite;
}

.team_container .team_photos_animate .team_photos_text_top {
    z-index: 5;
}

.team_container .team_photos_animate .team_photo_top {
    z-index: 4;
}

@keyframes kukucska {
    0% {
        transform: translate(0px, 0px);
    }
    25% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(-150px, 0px);
    }
    75% {
        transform: translate(-150px, 0px);
    }
    100% {
        transform: translate(0, 0);
    }
}

#what_we_do_1 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

#what_we_do_parallax .section .fixedpic img, #what_we_do_parallax .section .fixedpic video {
    border-radius: 0 16px 16px 0;
}

#what_we_do_parallax .section .fixedpic_right img, #what_we_do_parallax .section .fixedpic_right video {
    border-radius: 16px 0 0 16px;
}

#what_we_do_parallax .section .movingpic, #what_we_do_parallax .section .movingpic img, #what_we_do_parallax .section .movingpic video {
    border-radius: 16px 16px 16px 16px;
}


#what_we_do_parallax .video_embed_mobile {
    border-radius: 16px 16px 16px 16px;
    box-shadow: 5px 5px 15px 0px #777;
}

button.btn {
    background: rgb(235, 165, 103);
    background: linear-gradient(180deg, rgba(235, 165, 103, 1) 0%, rgba(235, 138, 51, 1) 100%);
    border: none;
}

button.button_main {
    /*height: 66px;*/
    /*width: 250px;*/
    height: 3.5rem;
    width: 13rem;
    font-size: large;
}

button.button_main svg {
    width: 32px;
    height: 32px;
}

#what_we_do_parallax .section button {
    /*font-size: larger;*/
}

#what_we_do_parallax .section button svg {
    width: 32px;
    height: 32px;
}

.section {
    /*text-align: center;*/
    position: absolute;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    /*letter-spacing: 4px;*/
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
}

.section .fixed {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    aspect-ratio: 16/8.8;
    border-radius: 0 16px 16px 0;
}

.section .fixedpic_right {
    aspect-ratio: 16/8.8;
    border-radius: 16px 0 0 16px;
}

.section .fixed.fixedpic {
    left: 0px;
}

.section .fixed.fixedpic_right {
    /*left: inherit;*/
    /*right: 0px;*/
}

.section .white {
    color: #fff;
}

.section:nth-child(1) {
    background-color: #fff;
    color: #000;
    top: 0;
    z-index: 1;
}

.section:nth-child(1) .fixed {
    transform: translate(0%, -50%);
}

.section:nth-child(2) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #0f2e45;
    color: #fff;
    top: 100vh;
    top: 100dvh;
    z-index: 2;
}

.section:nth-child(2) .fixed {
    transform: translate(0%, -50%);
}

.section:nth-child(3) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #f7c769;
    color: #fff;
    top: 200vh;
    top: 200dvh;
    z-index: 3;
}

.section:nth-child(3) .fixed {
    transform: translate(0%, -50%);
}

.section:nth-child(4) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #abdbf8;
    color: #fff;
    top: 300vh;
    top: 300dvh;
    z-index: 4;
}

.section:nth-child(4) .fixed {
    transform: translate(0%, -50%);
}

img.team_photo {
    margin: 0 20px;
    width: 230px;
    border-radius: 16px;
    box-shadow: 5px 5px 15px 2px #777;
}

#the_projects_and_contact #projects_part_2 {
    display: none;
}

#load_projects_part_2 {
    display: flex;
}

#load_projects_part_2.refreshing svg {
    transition: all 1s ease 0s;
    transform: rotate(360deg);
}

.flip-card {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    /*width: 352px;*/
    /*height: 440px;*/
    width: 17rem; /* 18rem */
    height: 21.25rem; /* 22.5rem */
    cursor: default;
    z-index: 0;
}

.flip-card .front,
.flip-card .back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*width: 100%;*/
    /*height: 440px;*/
    /*min-height: 300px;*/
    /*width: 352px;*/
    /*max-height: 440px;*/
    width: 17rem; /* 18rem */
    height: 21.25rem; /* 22.5rem */
    border-radius: 16px;
    color: #FFF;
    /*font-size: 1.5rem;*/
    z-index: 0;
    box-shadow: 5px 5px 15px 0px #777;
}

.back {
    background-color: #666;
}

.flip-card .front.no-after:after,
.flip-card .back.no-after:after {
    content: none
}

.flip-card .front:after,
.flip-card .back:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;

    opacity: 0.3;
    background-color: #000;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 16px;
}

.flip-card.hovered .front,
.flip-card.hovered .back {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flip-card .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.flip-card .inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
}

.flip-card .inner .card-body, .flip-card .inner .card-body img, .flip-card .inner .card-body h4, .flip-card .inner .card-body p {
    position: relative;
    z-index: 2;
}

.flip-card .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card .front,
.flip-card.hovered .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card.hovered .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card .card-description {
    /*margin-bottom: -95px;*/
    /*height: 100px;*/
}

.flip-card .card-description span {
    color: transparent;
    position: absolute;
    display: none;
}

.flip-card .card-description span.card-description-moved {
    display: none;
    color: white;
    position: relative;
}

.shapes {
    position: fixed;
}

.shapes .shape_img {
    transform: scale(0.3);
    transition: all 1s;
}

.shapes .shape_img.shape_zoomed {
    transform: scale(1.0);
}

.shapes .shape_img.shape_zoomed_out {
    transform: scale(0);
}

#contact_container {
    overflow-x: hidden;
}

.contact input, .contact textarea {
    font-size: x-large;
}

.contact img.contact_photo {
    margin-top: -66px;
    width: 78%;
}

.contact .contact_left, .contact .contact_right {
    width: 80%;
}

.contact .contact_photo_container {
    /*background: rgb(235, 165, 103);*/
    /*background: linear-gradient(180deg, rgba(235, 165, 103, 1) 0%, rgba(235, 138, 51, 1) 100%);*/
    background: rgb(171, 219, 248);
    background: linear-gradient(90deg, rgba(171, 219, 248, 1) 0%, rgba(153, 199, 227, 1) 100%);
    border-radius: 8px 8px 0 0;
}

.contact .contact_left {
    border-radius: 10px;
    margin-left: -100vw;
    /* másik oszlopban lévő textarea lehúzása elleni védelem */
    max-height: 404px;
}

.contact .contact_right {
    margin-right: -100vw;
}

.contact #contact_messages {
    display: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: darkgray;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: darkgray;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: darkgray;
}

@media (max-width: 575px) {

    #header #logo {
        width: 75%;
    }

    #header #logo_bg {
        height: 28px;
    }

    #header #menu_container {
        width: 25%;
    }

    #the_projects_and_contact #projects .row, #the_projects_and_contact #projects_part_2 .row {
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .contact h2 {
        font-size: x-large;
    }

    .contact h5 {
        font-size: medium;
    }

    .contact input, .contact textarea {
        font-size: large;
    }
}

#our_rewards {
    background: rgb(235, 165, 103);
    background: linear-gradient(90deg, rgba(235, 165, 103, 1) 0%, rgba(235, 138, 51, 1) 100%);
}

#our_rewards #rewards_container {
    /*display: none;*/
}

#our_rewards img {
    width: 100%;
    height: auto;
}

#our_rewards .reward_logo {
    /*cursor: pointer;*/
    transition: transform .3s;
    position: relative;
    margin: -1.5vh 0;
}

#our_rewards .reward_logo:hover {
    transform: scale(1.25);
}

#our_rewards .reward_logo_image_placeholder {
    visibility: hidden;
}

#our_rewards .reward_logo .reward_logo_image {
    margin-top: -10vh;
    display: none;
    position: absolute;
}

#our_partners #our_partners_container {
    /*display: none;*/
}

#our_partners img {
    width: 100%;
    height: auto;
}

#our_partners .partner_logo {
    cursor: pointer;
    transition: transform .3s;
    position: relative;
    margin: -1.5vh 0;
}

#our_partners .partner_logo:hover {
    transform: scale(1.25);
}

#our_partners .partner_logo_img_placeholder {
    visibility: hidden;
}

#our_partners .partner_logo .partner_logo_img {
    margin-top: -10vh;
    display: none;
    position: absolute;
    width: 75%;
}


#they_said .they_said_container {
    height: 300px;
    position: relative;
    overflow: hidden;
}

#they_said .they_said_row {
    /*cursor: pointer;*/
    overflow-x: hidden;
    overflow-y: hidden;
}

#they_said_row_1 {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    /*white-space: nowrap;*/
    animation: bannermoveleft 80s linear infinite;
}

#they_said_row_2 {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    /*white-space: nowrap;*/
    animation: bannermoveright 80s linear infinite;
}

#they_said_row_1:hover, #they_said_row_2:hover {
    animation-play-state: paused;
}

.they_said_block {
    border-radius: 16px;
    box-shadow: 5px 5px 15px 0px #777;
    height: 230px;
    min-width: 50vw;
}

@media (max-width: 575px) {
    .they_said_block {
        height: 440px;
        width: 65vw;
    }

    .they_said_block h5 {
        font-size: small;
        /*font-weight: 500;*/
        line-height: initial;
    }

    #they_said .they_said_container {
        height: 500px;
    }

    #they_said .they_said_row {
        /*overflow-x: auto;*/
    }

    #they_said_row_1 {
        animation: bannermoveleft 20s linear infinite;
    }
}

.they_said_block img {
    max-height: 70px;
    max-width: 30%;
    /*    height: 40px;
        object-fit: contain;
        max-width: 100%*/;
}

.they_said_block_1 {
    background: rgb(235, 165, 103);
    background: linear-gradient(90deg, rgba(235, 165, 103, 1) 0%, rgba(235, 138, 51, 1) 100%);
}

.they_said_block_2 {
    background: rgb(245, 184, 64);
    background: linear-gradient(90deg, rgba(245, 184, 64, 1) 0%, rgba(247, 199, 105, 1) 100%);
}

.they_said_block_3 {
    background: rgb(171, 219, 248);
    background: linear-gradient(90deg, rgba(171, 219, 248, 1) 0%, rgba(153, 199, 227, 1) 100%);
}

.they_said_block_4 {
    background: rgb(15, 46, 69);
    background: linear-gradient(90deg, rgba(15, 46, 69, 1) 0%, rgba(31, 62, 84, 1) 100%);
}

#footer {
    background-color: #0f2e45;
}

#footer p:first-child {
    font-size: large;
}

#footer a, #footer .social_logos img {
    text-decoration: none;
    color: #fff;
    transition: transform .3s; /* Animation */
}

#footer a:hover, #footer .social_logos img:hover {
    /*color: #f5b840;*/
    transform: scale(1.25);
}

.footer_mascot {
    cursor: pointer;
}

#loading_overlay {
    z-index: 20;
    top: 0;
    left: 0;
    display: block;
}

#menu_overlay {
    z-index: 20;
    top: 0;
    left: 0;
    display: none;
}

#menu_overlay .menu_close_icon {
    font-size: 3rem;
}

h1.menu_close {
    cursor: pointer;
}

#menu_overlay a {
    text-decoration: none;
    color: #fff;
}

#menu_overlay a:hover {
    color: #f5b840;
}


/*
ROLUNK ALOLDAL
*/

.the_team_big .the_team_big_row:nth-child(1) {
    margin-top: 7.5rem;
}

@media (min-width: 576px) {
    .the_team_big .the_team_big_row:nth-child(1) {
        margin-top: 7.5rem;
    }

    .the_team_big .the_team_big_row:nth-child(2) {
        margin-top: 15rem;
    }
}

.the_team_big img.contact_photo {
    margin-top: -66px;
    width: 100%;
}

.the_team_big .contact_photo_container {
    background: rgb(171, 219, 248);
    background: linear-gradient(90deg, rgba(171, 219, 248, 1) 0%, rgba(153, 199, 227, 1) 100%);
    border-radius: 8px 8px 0 0;
}

.the_team_big .bg-black:nth-child(2n) .contact_photo_container {
    background: rgb(235, 165, 103);
    background: linear-gradient(90deg, rgba(235, 165, 103, 1) 0%, rgba(235, 138, 51, 1) 100%);
    border-radius: 8px 8px 0 0;
}

.the_team_big .bg-black {
    border-radius: 10px;
    box-shadow: 5px 5px 15px 0px #777;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 6rem;
    max-height: 390px;
}

#aboutus_welcome .middle_panel {
    border-radius: 16px;
    background: rgb(235, 165, 103);
    background: linear-gradient(180deg, rgba(235, 165, 103, 1) 0%, rgba(235, 138, 51, 1) 100%);
    box-shadow: 5px 5px 15px 0px #777;
    /*margin-left: -7vw;*/
    /*margin-right: -7vw;*/
    /*margin-bottom: 10rem;*/
}

#aboutus_welcome .middle_block img, #aboutus_welcome .right_block img, #aboutus_welcome .left_block img {
    box-shadow: 5px 5px 15px 0px #777;
}

#aboutus_welcome #u8_logo_welcome img {
    box-shadow: none;
}

#aboutus_welcome .left_block img, #aboutus_welcome .middle_block img:nth-child(1) {
    border-radius: 0px 16px 16px 0px;
}

#aboutus_welcome .right_block img , #aboutus_welcome .middle_block img:nth-child(4) {
    border-radius: 16px 0px 0px 16px;
}

#aboutus_welcome .middle_block img:nth-child(2), #aboutus_welcome .middle_block img:nth-child(3) {
    border-radius: 16px 16px 16px 16px;
}


#our_values .card-content {
    /*min-height: 700px;*/
    background-size: cover;
    aspect-ratio: 900/1153;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 5px 5px 15px 0px #777;
}


#our_values .card-content h4 {
    color: #eb8a33
}

/* carousel */

#carouselAboutUsAutoplaying {
    min-height: 320px;
}

/*
@media (max-width: 1023px) {
    .carousel-inner .carousel-item > div {
        display: none
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block
    }
}

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    display: flex
}

@media (min-width: 1024px) {
    .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
        transform: translateX(25%)
    }

    .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
        transform: translateX(-25%)
    }
}

.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
    transform: translateX(0)
}

.carousel-control-prev-icon {
    background-image: url("assets/img/arrow-left.png");
}

.carousel-control-next-icon {
    background-image: url("assets/img/arrow-right.png");
}

@media (min-width: 576px) {
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 3rem;
        height: 3rem;
    }
}*/

