html,
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

/* COMMON STYLE :START */

/* ---- fiat-btn-s1 :start ---- */
.fiat-btn-s1 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    transition: 0.5s;
}
.fiat-btn-s1:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
/* ---- fiat-btn-s1 :end ---- */

/* ---- fiat-btn-s2 :start ---- */
.fiat-btn-s2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    transition: 0.5s;
}
.fiat-btn-s2:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
/* ---- fiat-btn-s2 :end ---- */

/* ---- fiat-block-s1 :start ---- */
.fiat-block-s1 {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}
.fiat-block-s1 > :last-child {
    margin-bottom: 0;
}
.fiat-block-s1 .fbs1-image {
    width: 100%;
    height: 220px;
    border-radius: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}
.fiat-block-s1 .fbs1-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fiat-block-s1 .fbs1-text {
    width: 100%;
    height: auto;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
}
.fiat-block-s1 .fbs1-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #181717;
    margin-bottom: 10px;
}
.fiat-block-s1 .fbs1-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #181717;
    margin-bottom: 10px;
}
.fiat-block-s1 .fbs1-text > :last-child {
    margin-bottom: 0;
}
.fiat-block-s1 .fbs1-buttons {
    margin-top: auto;
    margin-bottom: 0;
}
/* ---- fiat-block-s1 :end ---- */

/* ---- fiat-block-s2 :start ---- */
.fiat-block-s2 {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}
.fiat-block-s2 > :last-child {
    margin-bottom: 0;
}
.fiat-block-s2 .fbs2-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.fiat-block-s2 .fbs2-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.fiat-block-s2 .fbs2-text {
    width: 100%;
    height: auto;
    text-align: center;
}
.fiat-block-s2 .fbs2-text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}
.fiat-block-s2 .fbs2-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}
.fiat-block-s2 .fbs2-text :last-child {
    margin-bottom: 0;
}
/* ---- fiat-block-s2 :start ---- */

/* ---- fiat-imgtxt-wrap :start ---- */
.fiat-imgtxt-wrap {
    width: 100%;
    height: auto;
}
.fiat-imgtxt-wrap .fitwrap-left {
    width: 100%;
    height: 100%;
    align-items: center;
}
.fiat-imgtxt-wrap .fitwrap-left .fitleft-image {
    width: 100%;
    height: auto;
    border-radius: 44px;
    overflow: hidden;
}
.fiat-imgtxt-wrap .fitwrap-left .fitleft-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fiat-imgtxt-wrap .fitwrap-right {
    width: 100%;
    height: 100%;
    align-items: center;
}
/* ---- fiat-imgtxt-wrap :end ---- */

/* COMMON STYLE :END */



@media (max-width: 575px) {
    .fiat-block-s2 .fbs2-text h3 {
        font-size: 16px;
    }
}