#titleBar {
    width: 100%;
    aspect-ratio: 1280/330;
    background-image: url('../img/product_banner2.png');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding-top: 12%;
}

.infoBtn {
    background-color: #61B4DC;
    margin-top: 2rem;
    width: 130px;
    border: none;
    color: white;
}

#section1 {
    margin: 60px 0;
}

.imgWrapper {
    width: 380px;
    height: 380px;
    overflow: hidden;
    display: inline-block;
}

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

.sectionColR {
    padding-top: 3rem;
    padding-left: 10rem;
}

.sectionColR p {
    line-height: 30px;
}

.targetIcon {
    color: #A7CB02;
    display: inline-block;
    margin-right: .75rem;
}

.listText {
    display: inline-block;
}

#section2 {
    margin: 80px 0;
}

.icon-50 {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #A7CB02;
}

#section2 .card {
    padding: 2rem 1rem;
    height: 350px;
}

footer {
    background-color: #000410;
    padding: 80px;
    text-align: center;
}

.emailInput {
    color: #666768;
    background-color: #000410;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-color: #666768;
}

.emailBtn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-color: #666768;
}

.emailInput::placeholder {
    color: #666768;
}

/* RWD Navbar Dropdown Fix */
@media screen and (max-width: 1023px) {
  #titleBar {
    padding-top: 8%;
  }
}