@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,600&display=swap");

:root {
    --primary-color: #f27981;
    --primary-color-hover: #e6666e;
    scroll-behavior: smooth;
}

* {
    font-family: "Poppins", sans-serif !important;
}

em,
strong {
    font-family: inherit !important;
}

strong {
    font-weight: bolder;
}

.poppins {
    font-family: "Poppins", sans-serif !important;
}

.font-playfair {
    font-family: "Playfair Display", serif !important;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.lg-icon {
    font-family: lg !important;
}

.bg-none {
    background-image: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif !important;
}

.text-nowrap {
    font-family: inherit !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
}

.floating-form {
    position: absolute;
    max-width: 400px;
    top: 21%;
    right: 7%;
    width: 100%;
    z-index: 900;
}

.floating-form > * {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    background-color: white;
    padding: 3em 2em;
}

.floating-form .form-note-icon {
    position: absolute;
    right: -35px;
    top: -35px;

    width: 83px;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.floating-form .form-title {
    font-family: "poppins", sans-serif !important;
    font-weight: 500;
    color: #32213a;
}

.floating-form .input-container {
    margin-bottom: 14px;
}

.participate-now-button {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--primary-color);
    z-index: 900;
    height: 3em;
    text-align: center;
}

.participate-now-button img {
    height: 100%;
}

/* for tablet and mobile */
@media only screen and (max-width: 991px) {
    .floating-form {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: auto;
        margin-top: 1em;
        scroll-margin-top: 6em;
    }

    .floating-form-active {
        display: block;
    }

    .floating-form .form-note-icon {
        display: none;
    }

    .participate-now-button {
        display: block;
    }

    .display-4 {
        font-size: 2.5em;
    }

    .bk_left-vertical-header {
        position: absolute;
    }

    .bk_left-vertical-header .side-header-inner {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent !important;
    }

    .bk_left-vertical-header .side-header-inner .header-wrap {
        background: transparent !important;
    }
}

#dropBox {
    min-width: 400px;
    max-width: 75%;
    min-height: 300px;
    text-align: center;
    background: white;
    padding: 1em;
    border-radius: 1em;
    margin: auto;
}

#dropBox.hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.button {
    display: inline-block;
    padding: 0.5em 1em;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.button:hover {
    background: var(--primary-color);
    color: white;
}

#imgUpload {
    display: none;
}

#gallery {
    text-align: center;
    margin-top: 1.5em;
}

#gallery div {
    display: inline-block;
    margin: 0.5em 1em;
}

#gallery img {
    max-height: 150px;
}

#gallery .fName,
#gallery .fSize {
    display: block;
}

#gallery .fName {
    color: brown;
}

#gallery .fSize {
    font-size: 0.8em;
}

#gallery .fType {
    font-size: 0.7em;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    color: var(--primary-color);
    background: no-repeat;
}

.hall-of-fame-slider-next {
    right: -20px;
}
.hall-of-fame-slider-prev {
    left: -20px;
}
@media (max-width: 576px) {
    .hall-of-fame-slider-next {
        right: 0;
    }
    .hall-of-fame-slider-prev {
        left: 0;
    }
}
.hall-of-fame-slider-prev,
.hall-of-fame-slider-next {
    color: gray;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.home-slider .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    border: 4px solid white;
    background-color: white;
    opacity: 1;
}

.home-slider .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.home-slider .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.home-slider .swiper-slide .container {
    margin-top: 10em;
}

.font-weight-600 {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

a.bg-primary:hover,
a.bg-primary:active,
a.bg-primary:focus,
button.bg-primary:active,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--primary-color-hover) !important;
}

.home-slider .slider-list {
    color: #333333;
    list-style: none;
    font-size: 1em;
    padding-left: 1em;
}

.home-slider .slider-list > li {
    margin-bottom: 8px;
    position: relative;
    list-style: none;
}

.home-slider .slider-list > li::before {
    content: "";
    position: absolute;
    top: 1ch;
    left: -14px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #333333;
}

.home-slider .sub-head,
.title-header .sub-head {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1em;
}

.home-slider .head,
.title-header .head {
    font-size: 1.8em;
    /* font-weight: 800; */
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.home-slider .head-small {
    font-size: 1.5em;
    /* font-weight: 800; */
    line-height: 1em;
}

.home-slider .small-sub-head,
.title-header .small-sub-head {
    font-weight: 500;
}

/* phone */

@media only screen and (max-width: 767px) {
    .home-slider .swiper-slide .container {
        margin-top: 8em;
    }

    .home-slider .slider-list > li {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .home-slider .head,
    .title-header .head {
        font-size: 1.5em;
        /* text-align: center; */
    }

    .home-slider .head.big {
        font-size: 1.8em;
    }

    .home-slider .head-small {
        font-size: 2em;
    }

    .home-slider .sub-head,
    .title-header .sub-head {
        font-size: 1em;
    }

    .home-slider .small-sub-head,
    .title-header .small-sub-head {
        font-size: 0.75em;
    }

    .home-slider .slide-3 {
        background-position-x: -240px;
    }

    .home-slider .slider-1 {
        background-image: url("../img-new/banner/microsite_banner_mobile.png") !important;
    }

    .font-sm-24px {
        font-size: 24px;
    }

    .pt-sm-20px {
        padding-top: 20px !important;
    }

    .lh-sm-25px {
        line-height: 25px !important;
    }

    .m-sm-0px {
        margin: 0 !important;
    }
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.font-weight-500 {
    font-weight: 500;
}

.bg-white {
    background-color: #fff;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.click-colr {
    color: var(--primary-color) !important;
}

@media (min-width: 992px) {
    .header-v3 .container {
        max-width: 1000px;
    }
}

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

@media (max-width: 500px) {
    .actor-img {
        width: 100% !important;
    }
}

.partners .logo {
    background-color: #d6d6d6;
    padding: 1em;
    margin: 2em 1em;
    border-radius: 1em;
    width: 100%;
    max-width: 400px;
}

@media only screen and (max-width: 767px) {
    .partners .logo {
        padding: 1em;
    }

    .partners .divider-line {
        height: 2px;
        background: #d6d6d6;
        width: 100%;
        max-width: 100%;
    }
}

.partners .divider-line {
    height: 2px;
    background: #d6d6d6;
    width: 100%;
    max-width: 50%;
}

.partners .divider-line.right {
    margin-left: auto;
}

.partners .divider-line.left {
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .partners .logo {
        padding: 1em;
    }

    .partners .divider-line {
        height: 2px;
        background: #d6d6d6;
        width: 100%;
        max-width: 100%;
    }
}

.past-imgs .photo-holder {
    position: relative;
    margin-bottom: 1em;
    height: 100%;
    isolation: isolate;
    min-width: 100%;
    max-width: 300px;
    height: 100%;
}

.past-imgs .photo-holder img.play {
    width: 60px;
    min-height: 60px;
    height: auto;
    object-fit: contain;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.past-imgs .photo-holder img {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1em;
    height: 100%;
}

.past-imgs .photo-holder .user-info .info {
    color: #faa654;
    font-size: 13px;
}

.past-imgs .photo-holder .user-info .username {
    color: #fff;
    margin-bottom: 0;
}
.hall-of-fame-slider .videoCoverImage > div,
.hall-of-fame-slider .videoCoverImage {
    height: 400px;
    max-width: 300px;
    min-width: 250px;
    margin: auto;
}
.hall-of-fame-slider .videoCoverImage .share-button {
    position: absolute;
    bottom: 30px;
    right: 17px;
    max-width: 30px;
    max-height: 30px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.videoCoverImage:active .share-button,
.videoCoverImage:hover .share-button {
    opacity: 1;
}
.past-imgs .photo-holder a.share-button img {
    min-height: 30px;
    max-height: 30px;
}
/* for phone  */
@media only screen and (max-width: 767px) {
    .past-imgs .photo-holder a.share-button img {
        min-height: 30px;
        max-height: 30px;
    }
    .past-imgs .photo-holder img {
        height: 100%;
        width: 100%;
    }
    .videoCoverImage .share-button {
        top: 17px;
        bottom: auto;
        right: 17px;
    }
    .past-imgs .photo-holder .user-info .username {
        font-size: 1em;
    }

    .past-imgs .photo-holder .user-info .info {
        font-size: 11px;
    }

    .section-sub-head {
        font-size: 1.2em;
    }
}

.past-imgs .photo-holder .user-info {
    border-radius: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.6em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    color: white;
    background: rgba(35, 35, 35, 0.33);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(11%, rgba(35, 35, 35, 1)),
        color-stop(67%, rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(bottom, rgba(35, 35, 35, 1) 11%, rgba(255, 255, 255, 0) 67%);
    background: linear-gradient(0deg, rgba(35, 35, 35, 1) 11%, rgba(255, 255, 255, 0) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232323", endColorstr="#ffffff", GradientType=1);
}

.header-v3 {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9990;
    border-top: 8px solid var(--primary-color);
    background: rgb(255, 255, 255);
    /* background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(48%, rgba(255, 255, 255, 1)),
        color-stop(50%, var(--primary-color))
    );
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 48%, var(--primary-color) 50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 48%, var(--primary-color) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f27981",GradientType=1); */
}

.header-v3 .right-nav ul li a.active,
.header-v3 .right-nav ul li a:hover {
    color: var(--primary-color);
}

#subscribe-popup .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

/* hide below 991px */
@media (max-width: 991px) {
    .header-v3 {
        display: none;
    }
}

.header-v3 .logo-holder .v3-nav-logo {
    margin-top: 10px;
    margin-left: 2em;
    width: 110px;
    background: white;
    border-radius: 6em;
    padding: 3px;
}

.header-v3 .logo-holder {
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.title-header {
    padding-top: 10em;
    min-height: 100vh;
    background-size: cover;
    background-position: center top;
}

/* for phone */
@media only screen and (max-width: 767px) {
    .title-header .head {
        font-size: 22px;
    }

    .title-header {
        padding-top: 6em;
    }
}

.right-nav {
    padding: 0;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #514f4f;
    font-size: 17px;
    margin-top: 0;
}

.right-nav ul {
    margin: 0;
    z-index: 1;
}

.right-nav ul li {
    padding: 0.2em 1em;
}

.right-nav ul li:last-child {
    background-color: #fff;
}

.right-nav ul li:last-child a {
    color: #fff !important;
}

.right-nav ul li:last-child a img {
    height: 55px;
    padding: 7px;
}

.h-fit-content {
    height: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: -o-fit-content !important;
}

.bg-m-bnr {
    background-color: #f27981 !important;
}

.chief-head {
    color: #f27981 !important;
}

.chief-box {
    border: 3px solid #ee964b !important;
    border-radius: 15px !important;
    padding: 2em 15px !important;
}

@media only screen and (min-width: 1000px) {
    .chief-box {
        padding: 3em 15px !important;
    }
}

.section-bg-color {
    background: #f7f7f7 !important;
}

.spaceMaster-head {
    color: #f27981 !important;
}

.chief-descrip {
    font-size: 18px;
    line-height: 23px;
}

@media only screen and (max-width: 767px) {
    .chief-descrip {
        font-size: 13px;
    }
}

.master-pic {
    width: 300px !important;
    height: auto !important;
}

.your-mentors {
    color: #f27981 !important;
}

.get-to-know {
    font-weight: normal !important;
}

.mentors-img {
    border-radius: 25px !important;
}

.col-width {
    width: 90% !important;
}

/* chaitali's css */
.msm {
    background-color: #f7f7f7 !important;
}

.msm-h5 {
    text-align: center;
    font: normal normal normal 50px/40px Poppins;
    font-family: "Poppins", sans-serif !important;

    letter-spacing: 0.25px;
    color: #333333;
    opacity: 1;
}

.msm-h1 {
    text-align: center;
    font: normal normal bold 100px/120px Playfair Display;
    letter-spacing: 0px;
    color: #f27981;
    opacity: 1;
}

.msm-name {
    text-align: center;
    font: normal normal medium 33px/50px Poppins;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.82px;
    color: #f27981;
    margin-bottom: 0px;
}

.msm-des {
    text-align: center;
    font: normal normal normal 33px/50px Poppins;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.82px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.gen-font-fam {
    font-family: "Poppins", sans-serif !important;
}

.section-bg-color {
    background: #f7f7f7 !important;
}

.master-pic {
    width: 300px !important;
    height: auto !important;
}

.your-mentors {
    color: #f27981 !important;
}

.get-to-know {
    font-weight: normal !important;
}

.mentors-img {
    border-radius: 25px !important;
}

.col-width {
    width: 90% !important;
}

.faq-color {
    color: #f27981 !important;
}

@media only screen and (max-width: 767px) {
    .faq-pt {
        padding-top: 189px;
    }
}

@media only screen and (max-width: 600px) {
    .faq-pt {
        padding-top: 119px;
    }
}



.tc-head {
    color: #f27981 !important;
}

.tc-pt {
    padding-top: 3em;
}

.tc-h4 {
    font-weight: normal !important;
}

.active-linkk a {
    color: #f27981 !important;
    border-left: 5px solid #f27981 !important;
}

.head-font-fam {
    font-family: "Playfair Display", serif !important;
    color: #f27981;
}

.custom-pt {
    margin-top: 2.5rem !important;
}

.sub-head-my {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

.capitalize {
    text-transform: capitalize;
}

/* end chaitali's css */
.our-partner-head {
    width: 18rem;
    background: #d6d6d6;
    color: white;
    border-radius: 25px;
}

.our-partner-orange-title {
    width: 18rem;
    background: #d6d6d6;
    color: white;
    border-radius: 25px;
    font-weight: normal;
}

.border-below {
    border-bottom: 1px solid grey;
    margin-left: -20px;

    width: 20rem !important;
}

.border-right-below {
    border-bottom: 1px solid grey;
}

.border-right-below {
    border-bottom: 1px solid grey;

    width: 22rem !important;
}

.style-img {
    border-radius: 25px;
    height: 20rem;
}

.newstyle {
    height: 17rem;
    width: 15rem;
}

.newsky {
    height: 18rem;
    width: 15rem;
}

.newabout {
    height: 17rem;
    width: 15rem;

    border-radius: 25px;
}

.view-all-btn {
    border: 1px solid #f27981;
    padding: 14px 60px !important;
    color: #d74240 !important;
}

.view-all-btn:hover {
    background: #f27981;
    color: white !important;
}

.chumbak {
    height: 90px !important;
}

.subscribe-btn {
    border: 2px solid #f27981;
    padding: 14px 60px !important;

    color: #d74240 !important;
}

.ronita-bg-img {
    background-image: url("/img-new/Ronita box.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .row-rev-md for md size */
/* 992px smaller then */
@media (max-width: 992px) {
    .row-rev-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.txt-color {
    color: #707070 !important;
    font-size: 1rem !important;
    line-height: 1.8rem !important;
}

.reimagine-font {
    font-size: 1.8rem !important;
}

.actor-txt-height {
    line-height: 1.8rem !important;
}

.border-sonali-bottom {
    border-bottom: 1px solid grey !important;
}

.max-width-800px {
    max-width: 800px;
}

.m-0 {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    .setacc-btn {
        font-size: 20px !important;
    }

    .bk-accordion-style--2 .card-body {
        font-size: 18px !important;
    }
}

.icon {
    height: 58px;
}

.actor-img + .border {
    border: 2px solid #edb16d !important;
    border-radius: 2em;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: translate(16px, 17px);
    max-width: 400px;
}

.ronita-bg-img {
    background-image: none !important;
    isolation: isolate;
}

.ronita-bg-img {
    width: fit-content;
    margin: auto;
}

.actor-img {
    width: 100%;
    max-width: 400px;
}

.imageContainer {
    display: inline-block;
    position: relative;
    isolation: isolate;
}

.imageContainer::before {
    position: absolute;
    bottom: -0.3rem;
    right: 0.1rem;
    width: 90%;
    height: 90%;
    border: 2px solid #eba24f;
    border-radius: 20px;
    content: "";
    padding: 0px;
    margin: 0px;
    z-index: -1;
}

.judges-pic {
    position: relative;
    bottom: -0.5rem;
    right: 0rem;

    height: auto;
}

.judges-font {
    font-size: 35px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .home-slider .slider-text .holder {
        max-width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .swiper-button-next,
    .swiper-button-prev {
        top: 50%;
    }

    .home-slider .swiper-slide .container {
        max-width: 100%;
    }

    .home-slider .head {
        font-size: 1em;
    }

    .home-slider .head.big {
        font-size: 1.6em;
    }

    .home-slider .slider-list {
        font-size: 13px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        max-width: 100%;
        padding-inline: 1em;
    }
}

.videoCoverImage video {
    border-radius: 2em;
}

.snackbar-container .action {
    background: transparent;
    font-size: inherit;
    text-transform: uppercase;
    color: #fff !important;
}

.faq-section {
    padding: 1em;
    padding-top: 7em;
}

.faq-section .bk-accordion-style--2 .card-header h5 a.acc-btn[aria-expanded="true"]::before,
.faq-section .bk-accordion-style--2 .card-header h5 a.acc-btn::before {
    padding-top: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-row {
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .footer-logo-row {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .footer-logo-row > div {
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 600px) {
    .faq-textarea {
        font-size: 0.7rem !important;
    }
}

.reset-bg-img {
    background-size: 100vw;
}

.upload-icons {
    max-width: 210px;
    margin: auto;
}

.upload-icons .icon-image {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    background-color: white;
    padding: 2em;
}

.upload-icons .icon-text {
    background-color: var(--primary-color);
    color: white;
    padding: 0.5em;
}

.note-bg-tile {
    width: 100%;
}

.entry-note {
    max-width: 1000px;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
