.fourSlider {
    padding: 50px 0;
}
.fourSlider .header {
    margin-bottom: 50px;
}
.fourSlider .header h2 {
    color: #862A75;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.fourSlider .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.fourSlider .slider .slick-slide {
    margin: 0 10px;
}
.fourSlider .slider .slick-slide div {
    width: 100%;
}
.fourSlider .slider .wrap {
    max-width: 287px!important;
    display: block!important;
    margin: 0 auto;
}
.fourSlider .slider .wrap img {
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 287px;
    height: auto;
    object-fit: cover;
}
.fourSlider .slider .wrap .content {
    background: #F8F8F8;
    padding: 20px;
}
.fourSlider .slider .wrap .content h2 {
    color: #0F3F49;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.fourSlider .slider .wrap .content a {
    color: #9B2E76;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
}
