#ct3 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5vh clamp(0px, 3vw, 12.3px);
    overflow: hidden;
    background: transparent;
    /* border: 1px solid red; */
}

#ct3 a {
    color: #e2e2e2;
}

#ct3 .card {
    width: 100%;
    margin-top: 2vh;
    padding: clamp(0px, 2vw, 8.5px);
    font-size: clamp(0px, 4vw, 18px);
    border: 1px solid #585858;
}

#ct3 .card.card2 .p1 {
    width: 100%;
    margin-top: 2vh;
    padding: clamp(0px, 2vw, 8.5px);
    font-size: clamp(0px, 3.5vw, 18px);
}

#ct3 .top {
    display: flex;
}

#ct3 .top .img {
    width: 30%;
}

#ct3 .top .img img {
    width: 100%;
}

#ct3 .top .content {
    display: flex;
    flex-direction: column;
    width: 70%;
}

#ct3 .top .content h2 {
    margin-top: 10%;
    text-align: center;
}

#ct3 .top .content .p1 {
    margin-top: 5%;
    text-align: center;
}

#ct3 .top .content .p2 {
    margin-top: auto;
    margin-bottom: 5%;
    text-align: center;
    color: orangered;
}