h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    }
    p {
    font-size: 14px;
    display: block;
    margin: 0;
    
    }
    .info{
        padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .subcribe--dark{
        background: center no-repeat url(https://www.1001tvs.com/wp-content/uploads/2022/12/Clipboard-December-15-2022-10_14-AM.png);
        background-size: cover;
    }
    .subscribe{
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        align-items: center;
        border-radius: 10px;
        max-width: 1360px;
        padding: 30px 0;
        margin-bottom: 60px;
        /* background: linear-gradient(220deg,#fef3c8 60%,rgba(116,11,150,.8) 100%); */
    }
    .subscribe__title--dark {
        color: #03b5fb;
    }
    .subscribe__title{
        font-weight: 700;
        text-align: center;
        font-size: 38px;
        margin-bottom: 15px;
    }
    .subscribe__description {
    font-weight: 400;
    color: #1b1b1b;
    max-width: 820px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.col {
    flex: 10000 1 0%;
}
.text-white {
    color: #fff!important;
    }
.subscribe__bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: fit-content;
    margin-bottom:1rem;
}
.subscribe__left {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscribe__img {
    width: 8.5rem;
}
.subscribe__form {
    display: flex;
    flex-direction: column;
    width: 536px;
}
.subscribe__input {
    margin-top: 15px;
    margin-bottom: 15px;
}
.items-start {
    align-items: flex-start;
}
.q-field--with-bottom {
    padding-bottom: 20px;
}
.q-field {
    font-size: 14px;
}
.no-wrap {
    flex-wrap: nowrap;
}
.q-field__inner {
    text-align: left;
}
.relative-position {
    position: relative;
}
.q-field__control {
    color: #00baff;
    height: 56px;
    max-width: 100%;
    outline: none;
    border-radius: 3px;
    display: flex!important;
    align-items: center;
    flex-direction: row;
    margin: 0!important;
    padding: 0 12px;
    justify-content:center;
    transition: box-shadow .36s cubic-bezier(.4,0,.2,1),background-color .36s cubic-bezier(.4,0,.2,1);
}
.bg-white {
    background: #fff!important;
}
.row {
    display: flex;
}
.q-field__control-container {
    height: inherit;
    padding: 0;
}
.row>.col{
    width: auto;
    min-width: 0;
    max-width: 100%;
}
.q-field__native, .q-field__input {
    width: 100%;
    min-width: 0;
    outline: 0!important;
    -webkit-user-select: auto;
    user-select: auto;
}
.q-field__native, .q-field__input {
    font-weight: 400;
    line-height: 28px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    color: #000000;
    outline: 0;
}
.text-black {
    color: #000!important;
}
figure {
    display: block;
}
.q-icon {
    line-height: 1;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-align: center;
    position: relative;
    box-sizing: content-box;
    fill: currentColor;
}
.q-field__marginal {
    height: 56px;
    width: fit-content;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}
.error{
    color: #c10015;
}
.q-field__messages {
    padding: 0 12px;
}
.q-field__bottom{
    width: 100%;
    margin:0;
    font-size: 12px;
    margin-top: 15px;
}
.subscribe__checkbox{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: left;
    flex-direction: row;
}
.justify-center, .flex-center {
    justify-content: center;
    max-width: 100%;
}
.text-blue {
    color: #00baff!important;
}
.q-checkbox {
    vertical-align: middle;
    margin-left:0.2rem;
}
.cursor-pointer {
    cursor: pointer!important;
}

.absolute{
    position:absolute;
}
 input[type=checkbox] {
  cursor: pointer;
  font-size: 16px;
  width: 20px;
  height: 20px;
  position: relative;
}
.subscribe__button {
    border-radius: 4px;
}
.bg-blue {
    background: #00baff!important;
}
.q-btn {
    display: flex;
    position: relative;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    width: 255px;
    height: 64px;
    cursor: default;
    color: white;
    border-radius: 4px;
}
.info__title {
    font-weight: 700;
    color: #740b96;
    display: flex;
    align-items: center;
    font-size: 38px;
    justify-content: center;
    margin-bottom: 35px;
}
.followIcon {
    width: 35px;
    margin-right: 20px;
}
.icon__group {
    margin-bottom: 80px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.socialLink{
    margin-left: 80px;
}
.socialLink:first-child{
    margin-left: 0;
}
.recommend{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.recommend__title {
    font-weight: 700;
    color: #181818;
    font-size: 20px;
    margin-bottom: 20px;
}
.recommend__product {
    display: flex;
    max-width: 100%;
    flex-direction: row;
}
.recommend__product a{
    color: #181818;
}
.recommend__product a:hover{
    text-decoration: underline;
}
.product {
    font-weight: 400;
    color: #181818;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    margin-left: 100px;
}
.product:first-child{
    margin-left: 0;
}
.stars {
    margin-left: 10px;
}
@media screen and (max-width:576px) {
    .q-btn{
        height: 48px;
    }
    .socialLink img{
        width: 40px;
        height: 40px;
    } 
}
@media screen and (max-width:767.9px) {
    .info__title{
        font-size: 30px;
    }
    .socialLink{
        justify-content: center;
        margin-left: 20px;
    }
    .icon__group{
        margin-bottom:20px;
    }
    .recommend__product{
        flex-direction: column;
        justify-content: left;
    }
    .product{
        margin: 0;
        justify-content: space-between;
    }
    .subscribe__left{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .subscribe__title {
        font-size: 2rem;
    }
    .subscribe__description{
        font-size: 1rem;
    }
    .subscribe{
        padding: 1rem;
    }
    .subscribe__form{
        margin-right: 1rem;
    }
    .subscribe__checkbox p{
        padding-left: 2rem;
    }
    .q-checkbox{
        margin-left: 0.5rem;
    }
    
}
@media screen  and (min-width:576px) and (max-width: 768px){
    .socialLink img{
        width: 40px;
        height: 40px;
    }
    .q-btn{
    
    	width:200px;
    }
    
}
@media screen and (min-width:768px) and (max-width:850px){
    .subscribe__form{
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .socialLink img{
        width: 60px;
        height: 60px;
    }
    .socialLink{
        margin-left: 4rem;
    } 
}
@media screen and(min-width:768px) and (max-width:1023.9px){
    .subscribe__form {
        width: 500px;
    }
    .subscribe__input {
        margin-top: 15px;
    }
}
@media screen and (max-width:1023.9px) {
    .subscribe__left{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
}