body {
    font-family: 'Poppins', sans-serif !important;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

main {
    flex: 1;
}

footer {
    margin-top: auto;
}

html {
    height: 100%;
}

.orange {
    color: #ED6116 !important;
}

.title::after {
    clear: both;
}

#content-title {
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

#content-title>span {
    font-weight: 500;
}

#container {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-shadow {
    box-shadow: 0px 3px 10px 0px rgba(24, 43, 73, 0.3);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(24, 43, 73, 0.3);
    -moz-box-shadow: 0px 3px 10px 0px rgba(24, 43, 73, 0.3);
    border-radius: 20px;
}

.box-shadow img {
    margin-bottom: 32px;
}

.info-item {
    height: 300px;
    margin: 0 2% 0 2%;
    text-align: center;
    padding: 16px;
    width: 400px;
    box-sizing: content-box;
}

.info-item:hover, .info-item a:hover {
    cursor: pointer;
}

.info-item a:hover > img {
    height: 160px;
}

.info-item a {
    display: inline-block;
    text-decoration: none;
    color: unset;
}

.clean-p {
    margin: 0;
}

.box-step {
    margin-top: 1%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: right;
    font-weight: 400;
    font-size: 24px;
}

#pay-button {
    background-color: white;
    border: 1px solid #ED6116;
    line-height: 0;
    font-size: 17px;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 30px;
    border-radius: 30px;
    color: #ED6116;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(#fff, #182B49 0.3rem, #182B49 calc(100%), #fff);
    color: #9ca1ad;
}

footer a {
    color: #9ca1ad;
}

footer a:hover {
    color: wheat;
}

.footer-content p {
    padding: 0.5rem
}

.footer-content p {
    margin: 0.3em;
}

.modal-header {
    justify-content: center !important;
}

#bluemedia_logo {
    margin: 10px;
}



@media (max-width: 1100px) {
    #container {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .info-item {
        width: 45%;
        flex-basis: 40%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px;
    }
    #banner-right-side {
        padding-top: 12px;
    }
    #content {
        margin-bottom: 100px;
    }
    .box-shadow img {
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 946px) {
    .box-shadow.info-item img {
        height: 5em;
        margin-bottom: 0px;
    }
    .info-item {
      font-size: 0.7rem;
      height: 10rem;
      padding-top: 0.6rem;
      padding-left: 0.2rem;
      padding-right: 0.2rem;
    }
  }

@media screen and (max-width: 329px) {
    .info-item {
        height: 12rem;
      }
}