.our-marketplace * {
    color: #fff;
}
.our-marketplace form .row {
    flex-wrap: wrap;
    margin: 0 -6px;
    row-gap: 12px;
}
.our-marketplace form .row .col-6 {
    width: 50%;
    padding: 0 6px;
}
.our-marketplace form .row .col-12 {
    width: 100%;
    padding: 0 6px;
}
.our-marketplace form .row input, .our-marketplace form .row select, .our-marketplace form .row textarea {
    height: 46px;
    border-radius: 0;
    padding: 10px 17px;
    font-size: 13px;
    color: #000;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 30px;
}
.our-marketplace form .row textarea {
    height: 200px;    
}
.our-marketplace form .btn {
    width: 100%;
    margin-top: 30px;
}
.our-marketplace ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 15px;
    color: #555;
}
.our-marketplace-inner {
    background-color: var(--green);
    padding: 40px 50px;
    max-width: 1200px;
    margin-inline: auto;
}
.our-marketplace form .row textarea {
    height: 200px;
    padding-top: 18px;
}
.our-marketplace-inner>.row>.col {
    width: 40%;
}
.our-marketplace-inner>.row>.col:first-child {
    width: 60%;
    padding-right: 50px;
}
.our-marketplace .img-block {
    margin-top: 100px;
}
.our-marketplace .block {
    margin-bottom: 25px;
}
.our-marketplace .block h3 {
    font-size: 20px;
    font-weight: 600;
}
.our-marketplace .h2 {
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 40px;
}
.our-marketplace  .block ul {
    margin: 10px 0;
}
.our-marketplace .block ul li {
    margin-bottom: 6px;
    font-weight: 300;
}
.our-marketplace .block ul li:last-child {
    margin-bottom: 0;
}
.our-marketplace form {
    margin-top: 40px;
}
textarea::-webkit-input-placeholder { 
    color: #aeaeae;
}
textarea::-moz-placeholder {
    color: #aeaeae;
}
textarea:-ms-input-placeholder {
    color: #aeaeae;
}
textarea:-moz-placeholder { 
    color: #aeaeae;
}
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313c47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 12px;
    appearance: none;
    padding-right: 30px !important;
}
.select-wrapper label {
    padding: 10px 6px 12px;
    display: inline-block;
}
.our-marketplace .img-block img {
    height: auto;
}

@media only screen and (max-width:991px) {
    .our-marketplace-inner {
        padding: 40px 20px;
    }
    .our-marketplace-inner>.row>.col:first-child {
        padding-right: 25px;
    }
}
@media only screen and (max-width:767px) {
    .our-marketplace .h2 {
        margin-bottom: 30px;
        line-height: 34px;
        text-align: center;
    }
    .our-marketplace-inner>.row {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .our-marketplace .img-block {
        margin-top: 0;
        text-align: center;
    }
    .our-marketplace-inner>.row>.col {
        width: 100% !important;
        padding: 0 !important;
    }
    .our-marketplace .img-block img {
        max-width: 318px;
    }
}
@media only screen and (max-width:479px) {
    .our-marketplace .img-block img {
        max-width: 250px;
    }
    .our-marketplace-inner>.row {
        gap: 20px;
    }
    .our-marketplace .h2 {
        margin-bottom: 20px;
        line-height: 32px;
    }
    .our-marketplace form {
        margin-top: 30px;
    }
    .our-marketplace form .row .col-6 {
        width: 100%;
    }
    .select-wrapper label {
        padding: 6px 6px 10px;
        display: block;
        text-align: center;
    }
    .our-marketplace-inner {
        padding: 30px 14px;
    }
}