.banner-write{
    background-color: transparent !important;
}
.banner-write .banner-layers h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--blue);
    background-color: #E0FAF0;
    position: relative;
    padding: 10px 10px 10px 45px;
    border: 1px solid #fff;
    max-width: fit-content;
    border-radius: 35px;
    border: 1px solid var(--green);
    text-transform: uppercase;
}
.banner-write .banner-layers h4::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/icon-tnk-blue-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 15px;
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
}
.banner-write .text-box .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner-write h1 {
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
    color: var(--blue) !important;
}
.banner-write h1 span{
    color: var(--green);
}
.banner-write p{
    color: var(--text) !important;
}
.banner-write .banner-bg {
    border-radius: 50px;
    margin: 0 30px !important;
}
.banner-write .banner-layers {
    max-width: 1350px;
}
.banner-write .button.primary {
    border-radius: 8px;
    background: linear-gradient(264deg, #0FFCB9, #2BE0C2, #15C191);
    border: unset;
    position: relative;
    padding: 5px 35px 5px 15px;
}
.banner-write .button.primary:hover,
.banner-write .button.is-outline:hover{
    box-shadow: unset;
}
.banner-write .button.primary::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    right: 5%;
    top: 50%;
    transform: translate(5%, -50%);
}
.banner-write .button.primary span {
    font-size: 14px;
    color: var(--blue);
    font-weight: 500;
}
.banner-write .button.is-outline {
    background: #fff;
    border: 1px solid var(--blue);
    position: relative;
}
.banner-write .row-img{
    margin-top: 1.2em;
}
.banner-write .row-img img{
    border-radius: 20px;
}
.banner-write .row-img .col-1,
.banner-write .row-img .col-3{
    flex-basis: 30%;
    max-width: 30%;
}
.banner-write .row-img .col-2{
    flex-basis: 40%;
    max-width: 40%;
}

.section1-write{
    border-top: 1px solid #E8E8EA;
    border-bottom: 1px solid #E8E8EA;
}
.section1-write .col{
    padding-bottom: unset;
}


.section2-write{
    padding-top: 60px !important;
}
.section2-write h4{
    font-size: 14px;
    color: var(--blue);
    font-weight: 500;
    background-color: #E0FAF0;
    padding: 10px 15px 10px 40px;
    max-width: fit-content;
    border-radius: 35px;
    position: relative;
    border: 1px solid var(--green);
    text-transform: uppercase;
}
.section2-write h4::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/icon-tnk-blue-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 15px;
    left: 4%;
    top: 50%;
    transform: translate(-4%, -50%);
}
.section2-write h2{
    font-size: 40px;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    margin-top: .5em;
}
.section2-write h2 span{
    color: var(--green);
}
.section2-write p{
    color: var(--text);
}
.section2-write .col-left .icon-box{
    margin-bottom: 1.2em;
}
.section2-write .col-left .icon-box-text,
.section2-write .col-right{
    display: flex;
    align-items: center;
}
.section2-write .col-right .img{
    box-shadow: #CBE6F4 24px 35px 35px, #CBE6F4 -10px 15px 15px;
    border-radius: 20px;
}
.section2-write .col-right img{
    border-radius: 20px;
    border: 5px solid #fff;
}