body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    background-color: #000;
    color: #100E13;
    font-family: 'Roboto', sans-serif;
}

h2 {
    margin: 0;
}

p {
    margin: 0;
}

h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}



sub {
    font-weight: 300;
    font-size: 18px;
    max-width: 655px;
    margin: 0 auto;
    display: block;
    line-height: 21px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

h3 {
    margin: 0;
}

a {
    text-decoration: none;
}

.header {
    position: relative;
    border-bottom: 3px solid #000;
    overflow: hidden;
}



.header__wrapper {
    display: flex;
    width: 53%;
    flex-direction: column;
}

.header__img {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    max-height: 380px;
    justify-content: center;
}

.header__content {
    display: flex;
}

.header__container {
    z-index: 4;
    flex-direction: column;
    max-width: 705px;
    margin: 0 auto;
    display: flex;

    position: relative;
    justify-content: center;
    gap: 0px;
    padding: 19px 15px 0px;


}

.header__logo {
    height: 60px;
    margin: 0 auto;
    width: auto;
    margin-bottom: 15px;
}

.header__logo img {
    width: auto;
    height: 100%;

}





.price {
    display: flex;
    gap: 15px;
    max-width: 255px;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 40px;

}

.price__new {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    display: flex;
    gap: 1px;
    align-items: flex-end;
}

.price__new span:last-child {
    font-size: 24px;
    line-height: 28px;
}

.price__old {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-decoration: line-through;
    text-align: center;
    color: #fff;
}

.button {
    display: block;
    outline: 0;
    border: 0;
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    padding: 16px 0;
    width: 289px;
    border-radius: 30px;
    background-color: #E51430;
}

.button:hover {
    background-color: #c52237;

}


.header__img img {
    width: 100%;
    height: auto;
}



/* section3 */
.section3 {
    background-color: #202020;
    padding: 52px 0 58px;
    margin-top: 62px;
}

.section3 h2 {
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    line-height: 42px;
    margin-bottom: 46px;
    text-align: center;
}

.section3__container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.section3__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    column-gap: 38px;
    row-gap: 54px;
}

.section3__item {
    display: flex;
    align-items: center;

    gap: 34px;

}

.section3__img {
    min-width: 170px;
    max-width: 170px;
    overflow: hidden;
    height: 170px;
    border-radius: 100%;
    border: 4px solid #E51430;
}

.section3__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section3__item h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;

}

.section3__content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-width: 300px;
    padding: 0;
}

.section3__item p {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 19px;
}

/* .section4 */
.section4 {
    margin-top: 48px;
    padding: 0px 0;
  
}

.section4__container {
    max-width: 787px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;

    display: flex;

    flex-direction: column;



}

.section4__wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
}

.section4 h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 38px;
}

.slider-for {
    width: 44%;
    padding-bottom: 30px;
}

.section4__slider {
    max-width: 315px;
    position: relative;
}

.section4__slider img {
    width: 100%;
    height: 100%;
}


.section4__content {

    padding: 0px;

    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
}



.section4 .price {
    max-width: fit-content;
    display: flex;
    min-width: 90px;
    height: 90px;
    gap: 0;
    border-radius: 100%;
    flex-direction: column;
    position: absolute;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    background-color: #E51430;
    left: -11px;
    top: -30px;
}

.section4 .price__new {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    display: flex;
    gap: 1px;
    align-items: flex-end;
}

.section4 .price__new span:last-child {
    font-size: 14px;
    line-height: 16px;
}

.section4 .price__old {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
    text-align: center;
    color: #fff;
}

.details-list {
    width: 340px;
    margin: 0 auto;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.details-item {
    display: block;

}

.details-item:last-child {
    border-bottom: none;
}

.details-item .label {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}



.value {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    z-index: 1;
    
    overflow: hidden;
}

.form {}

.form__container {
    max-width: 1170px;
    width: 100%;
    padding: 37px 15px;
    margin: 0 auto;
    background-color: #fff;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: auto;
    flex: 1;
}

select {
    width: 100%;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    line-height: 150%;
    color: #969696;
    background-color: #fff;
    padding: 10px 10px 10px 17px;
    border: 1px solid #999999;
    border-radius: 20px;
    cursor: pointer;
}

select:focus {
    outline: none;

}

.custom-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: flex;
    width: 18px;
    height: 18px;
    background-position: center;
    z-index: 1;
    background-image: url(../img/right2.png);
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(360deg);
    pointer-events: none;
    color: white;
    border-radius: 100%;
    background-color: #E51430;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.section4 .button {
    flex: 1;
}

.section4 form {
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    gap: 9px;

}

.section4 .button {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

.form-group {
    display: flex;
    gap: 10px;
}

label {
    font-weight: 700;
}

.button-group {
    max-width: 320px;

    display: flex;

}

.button-group button {
    flex: 1;
    margin: 0 5px;
    padding: 5px 5px !important;
    border: 1px solid #000;
    background-color: #fff;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #000;
    padding: 3px;
    transition: background-color 0.3s;
}

.button-group button.selected {
    background-color: #000;
    color: white;
}

input[type="text"],
input[type="phone"] {
    width: auto;
    font-weight: 300;
    flex: 1;
    font-size: 14px;
    line-height: 150%;
    color: #969696;
    background-color: transparent;
    padding: 10px 10px 10px 17px;
    border: 1px solid #999999;
    border-radius: 20px;
outline: 0;

}

.form-group2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    width: 100%;
}

.form-group {
    display: flex;
    gap: 10px;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

.form-group .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000;
}

.form-group1 {
    margin: 0 auto;
    margin-top: 26px;
    display: flex;
    gap: 10px;
    max-width: 380px;

    align-items: center;
    justify-content: space-between;
}

.form__button {
    padding: 15px;
    border-radius: 9px;
    background-color: #000;
    display: flex;
    border: none;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.form__button img {
    width: 25px;
    height: 35px;
}

.form__button p {
    text-transform: uppercase;
}


button.slick-prev.slick-arrow {
    right: 55%;
    transform: translate(-55%, 0);
}

button.slick-next.slick-arrow {
    right: 40%;
    transform: translate(-40%, 0);
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    height: 0px;
    width: 0px;
    background-color: transparent;
    border: none;
    position: absolute;
    opacity: 1;
    z-index: 1;
    bottom: 50px;
    color: transparent;

}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    margin: 10px 0;
    border: 1px solid transparent;
}

button.slick-prev.slick-arrow::before {
    background-image: url('../img/left.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 100%;

    background-position: center;
    border: none;
    background-color: #fff;
    content: '';
    top: 0;
    left: 0;
    position: absolute;


}

button.slick-next.slick-arrow::before {
    top: 0;
    left: 0;
    background-position: center;
    background-color: #fff;
    cursor: pointer;
    border-radius: 100%;

    background-image: url('../img/right.png');
    background-repeat: no-repeat;
    height: 25px;
    content: '';
    position: absolute;
    width: 25px;
    border: none;

}

.slick-slide img {
    width: 90px;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0px);
    position: absolute;
    height: 90px;
}
.slide__content{
    padding-top: 65px;
}
/* section5 */
.section5 {
    display: flex;
    margin-top: 60px;
}

.section5__container {
    max-width: 815px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.section5__content {
    max-width: 285px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.section5__content p {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 21px;
}

.section5__content img {
    width: fit-content;
    height: 60px;
}

/* section6 */
.section6 {
    margin-top: 50px;
    padding-bottom: 50px;
}

.section6__container {
    max-width: 880px;
    padding: 0 15px;
    margin: 0 auto;

}

.section6__container h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    line-height: 42px;
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
}

.section6 button.slick-prev.slick-arrow {
    right: 52%;
    transform: translate(-52%, 0);
}

.section6 button.slick-next.slick-arrow {
    right: 47%;
    transform: translate(-47%, 0);
}

.section6 button.slick-prev.slick-arrow,
.section6 button.slick-next.slick-arrow {
    height: 0px;
    width: 0px;
    background-color: transparent;
    border: none;
    position: absolute;
    opacity: 1;
    z-index: 1;
    bottom: -25px;
    color: transparent;

}

.section6 button.slick-prev.slick-arrow::before {
    background-image: url('../img/left.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 100%;

    background-position: center;
    border: none;
    background-color: #ffffff;
    content: '';
    top: 0;
    left: 0;
    position: absolute;


}

.section6 button.slick-next.slick-arrow::before {
    top: 0;
    left: 0;
    background-position: center;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 100%;

    background-image: url('../img/right.png');
    background-repeat: no-repeat;
    height: 25px;
    content: '';
    position: absolute;
    width: 25px;
    border: none;

}

.section6 .slide {
    margin: 0 20px;
    min-height: 180px;
    position: relative;
    background-color: #fff;
    padding: 37px 34px 20px;
    border-radius: 30px;
}

.section6 .slide h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #100e13;
    margin-bottom: 15px;
}

.section6 .slide p {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 16px;

    color: #100e13;
}

.section6 .slick-slider {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* .section7 */
.section7 {
    margin-top: 40px;
    padding: 32px 0 57px;
    background-color: #202020;
}

.section7__container {
    max-width: 610px;
    margin: 0 auto;
    padding: 0 15px;
}


.section7 h2 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}


.section7__items {
    margin-top: 40px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.section7__item img{
    width: 40px;
  
    padding: 10px;
    background-color: #fff;
    height: 40px;
    border-radius: 100%;
}
.section7__item {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
  
}



.section7__item p {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
   line-height: 19px;
    color: #fff;

}
.section71__container{
    margin: 0 auto;
    margin-top: 33px;
    max-width: 1023px;

    padding: 0 15px;
}
.section71__container p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    max-width: 525px;
    margin: 0 auto;
margin-top: 16px;

}
.section71__items{
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
    gap: 10px;
}
.section71__item{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.section71__item img{
    max-height: 44px;
    width: fit-content;
}
.section71__item span{
    font-weight: 300;
font-size: 16px;
line-height: 19px;
text-transform: uppercase;
text-align: center;
color: #fff;
}
.footer {

    background-image: url('../img/bg6.png');
    background-repeat: no-repeat;
    background-color: #00447A;
    background-size: cover;
}

.footer__container {
    overflow: hidden;
    max-width: 1549px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    justify-content: center;
    gap: 10px;
    padding: 45px 15px 75px;

}

.footer__container::after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 580px;
    max-height: 357px;

    height: 100%;
    bottom: -0px;
    left: -30px;
    background-repeat: no-repeat;
    background-image: url('../img/offer3.png');
}

.footer__container::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 570px;
    max-height: 430px;
    height: 100%;
    bottom: -0px;
    right: -30px;
    background-repeat: no-repeat;
    background-image: url('../img/offer.png');
}

.footer__head {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
    max-width: 643px;
    margin-bottom: 15px;
}

.footer__head img {
    max-height: 43px;
}

.footer__head h2 {
    font-size: 48px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
}

.footer__content {
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;

    max-width: 300px;
}

.footer .dis {

    font-size: 34px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100px;
    color: #fff;
    width: 100px;
    z-index: 9;
    margin-bottom: 35px;
}

.footer .dis::before {
    position: absolute;
    content: '';
    top: 0;
    height: 120px;
    width: 100px;
    z-index: -1;
    background-image: url(../img/dis.png);
    background-repeat: no-repeat;
}

.footer .price {
    margin-bottom: 15px;
}

.footer__text {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
}

.footer__text span {
    font-weight: 600;
}

.hide {
    display: none;
}

.header__footer {
    width: 100%;
    padding: 100px 0 38px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;

}

.header__footer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
}

.header__footer a {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
}

.pc {
    display: block;
}

.mob {
    display: none;
}

@media screen and (max-width:768px) {
    h1 {
        text-align: center;
        font-size: 32px;
        line-height: 38px;
    }
    .header__logo {
        height: 40px;
        margin: 0 auto;
        width: auto;
        margin-bottom: 15px;
    }
    sub {
   
        font-size: 16px;      
        line-height: 19px;       
        margin-bottom: 15px;
    }
    .pc {
        display: none;
    }

    .mob {
        display: block;
    }

    body {
        font-size: 16px;
    }

    .hide {
        display: block;
    }

    .hide img {
        height: 100%;
        width: 100%;
    }

    .header {
        padding: 18px 0 52px;
    }

    .header::before,
    header::after {
        opacity: 0;
    }

    .header__img img {
        width: 100%;
        position: relative;
        height: 100%;
        top: 0;
        right: 0;
    }

    .header__container {
        gap: 0;
        padding: 0 15px;
    }

    .header__wrap {
        margin: 0 auto;
    }

    .header__wrapper {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .slider-nav {
        width: 50%;
    }

    .timer {
        margin-bottom: 0;
    }

    .section3__wrap {

        flex-direction: column;
    }

    .section3__col {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }

    .section3__col.img {
        width: 100%;
        order: 3;

    }



    .section3 h2 {
        font-weight: 700;
        font-size: 32px;
        text-transform: uppercase;
        color: #fff;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .section3__wrap {

        row-gap: 28px;
    }

    .section3__col.img img {
        position: relative;
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        width: 100%;
        left: 0;
        bottom: 0;

    }

    .section3__wrap {

        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

    }

    .section3__item {
        display: flex;
        overflow: hidden;
        border-radius: 24px;
       
        gap: 12px;
       
    }

    .section3__img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .section3__item p {
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        line-height: 18px;
    }

    .section3 {
        background-color: #202020;
        padding: 52px 0 58px;
        margin-top: 0;
    }

    .section3__item h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
        color: #fff;
    }

    .section3__img {
        min-width: 150px;
        height: 150px;
        width: 45%;
    }

    .section3__content {
        display: flex;
        flex-direction: column;
        gap: 0px;
        width: 55%;
        padding: 0;
    }


    .section4 .dis {}

    .section4__container {
        flex-direction: column;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .section4__content {
        width: -webkit-fill-available;
        margin: 0 auto;
        padding: 20px 20px 20px;

    }

    .details-list {
        width: -webkit-fill-available;
        margin: 0 auto;
        align-items: flex-start;
    }

    .section4__wrap {

        flex-direction: column;
    }

    .slider-for.slick-initialized.slick-slider {
        width: 100%;

    }
    .section4 form {
        width: -webkit-fill-available;
        max-width: 1100px;
        
        flex-direction: column;
    }
    .section4 form {
    
        max-width: 250px;
       
        flex-direction: column;
    }
    .form__container {    
        width: -webkit-fill-available;     
      
    }
    .section4__slider {
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .section5 {
        flex-wrap: wrap;
        margin-top: 39px;
    }

    .section5__content {

        margin: 0 auto;

    }

    .section5__img {
        max-width: -webkit-fill-available;
        max-height: -webkit-fill-available;
    }

    button.slick-prev.slick-arrow,
    button.slick-next.slick-arrow {

        bottom: 17px;

    }

    .section5__container {
        gap: 25px;
        max-width: -webkit-fill-available;
        flex-direction: column;
    }

    .section6 {
        margin-top: 0;
        padding: 35px 0 80px;
        position: relative;

    }

    .form__button p {
        text-transform: uppercase;
    }

    .section6__container h2 {

        font-size: 32px;
        margin-bottom: 20px;
    }

    .section6 .slick-slider {
        display: block;

    }

    .slider-nav .slick-slide {
        display: block;
        margin: 0 10px;
    }

    .section6 .slide {
        margin: 0 0 0 0px;
        height: auto;
        order: 1;
        padding: 40px 25px 25px;

    }

    .section6 button.slick-prev.slick-arrow {
        position: absolute;
        bottom: -20px;
        left: 42%;
        transform: translate(-48%, 0);
    }

    .section6 button.slick-next.slick-arrow {
        position: absolute;
        bottom: -20px;
        left: 33%;
        margin-left: 80px;
        transform: translate(-38%, 0);
    }

    footer.header {
        border-bottom: 0;
    }

    .section7__wrap h2 {

        font-size: 4vw;

    }

    .header__footer {
        margin-top: 50px;
        padding: 0px 0 38px;
    }

    .section7 {
        margin-top: 0;
        padding: 40px 0px;
    }

    .section7__wrap {
        gap: 10px;
        flex-direction: column;
    }

    .header::after {

        opacity: 0;

    }

    h2 {
        text-align: center;
    }

    /* ul.custom-list {
     
        align-items: center;
    }
    ul.custom-list li {
        margin-bottom: 0px;
        text-align: center;
    } */
    .section7__item p {

        font-size: 14px;
        line-height: 18px;

    }

    .section7__wrap img {
        max-height: 76px;
        width: auto;
        margin: 20px 0;
    }

    .section7__items {
        margin-top: 25px;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
    .section71__items {
        display: flex
    ;
        justify-content: space-between;
        margin-top: 33px;
        display: grid;
        gap: 10px;
        row-gap: 25px;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
    .section7__item {
        width: 100%;
        padding: 0px;
        gap: 10px;
        display: flex;   
        justify-content: center;
        align-items: center;
    }

    .section7__item h3 {
        color: #000;
        font-size: 16px;

        margin-bottom: 10px;
    }

    .footer__container {

        padding: 33px 15px 5px;
    }

    .footer__head img {
        max-height: 33px;
    }

    .footer__head h2 {
        font-size: 32px;

        line-height: 40px;

    }

    .footer__container::after,
    .footer__container::before {
        display: none;
    }

    .footer__container .hide {
        margin-top: 40px;
    }
}

@media screen and (max-width:355px) {

    .form-group,
    .form-group1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section4 {}
}