.slick-autoplay-toggle-button{
    display: none;
}

.threeSlide {
    padding: 50px 0;
}
.threeSlide .header {
    margin-bottom: 50px;
}
.threeSlide .header h2 {
    color: #3A1E92;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.threeSlide .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.threeSlide .slick-slide {
    margin: 0 10px;
}
.threeSlide .slick-slide:nth-of-type(3n+1) .wrap .content {
    background: #211448;
}
.threeSlide .slick-slide:nth-of-type(3n+1) .wrap .content h3 {
    color: #fff;
}
.threeSlide .slick-slide:nth-of-type(3n+1) .wrap .content p {
    color: #fff;
}
.threeSlide .slick-slide:nth-of-type(3n+2) .wrap .content {
    background: #F55744;
}
.threeSlide .slick-slide:nth-of-type(3n+2) .wrap .content h3 {
    color: #fff;
}
.threeSlide .slick-slide:nth-of-type(3n+2) .wrap .content p {
    color: #fff;
}
.threeSlide .slick-slide:nth-of-type(3n+2) .wrap .content .click .btn {
    background: #44C95B;
    border: 1px solid #44C95B;
}
.threeSlide .slick-slide:nth-of-type(3n+3) .wrap .content {
    background: #44C95B;
}

.threeSlide .slick-slide:nth-of-type(3n+3) .wrap .content h3{
    color: #211448;
}
.threeSlide .slick-slide:nth-of-type(3n+3) .wrap .content .click .btn {
    background: #211448;
    border: 1px solid #211448;
    color: #fff;
}
.threeSlide .wrap img {
    width: 100%;
    height: 314px;
    object-fit: cover;
}
.threeSlide .wrap .content {
    padding: 20px;
}
.threeSlide .wrap .content h3 {
    font-family: Domine;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.threeSlide .wrap .content p {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}
.threeSlide .wrap .content .click {
    margin-top: 40px;
}
