*{
    margin: 0;
    padding: 0; 
    position: relative;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
::-webkit-scrollbar{
    display: none;
}
.h4{
    font: 4em !important;
}
h1{
    font-family: 'PT Serif', serif;
}
.show{
    text-align: center;
    margin-top: 50px;
}
.col{
    margin-top: 120px !important;
    text-align: center;
    display: flex;
}
.holder{
    display: flex;
    margin: auto;
}
.card{
    margin-top: 0 !important;
    padding: 20px;
    border-radius: 12px !important;
    width: fit-content;
    display: flex;
    margin: auto;
}
.card>p{
    max-width: 450px;
}
img#img-col1{
    transition: 0.5s;
}
img#img-col1:hover{
    transform: scale(1.02);
    transition: 0.5s;
}
img#img-col2 {
    margin-inline: 8px;
    width: auto;
    transition: 0.5s;
    width: 150px;
}
img#img-col2:hover{
    transform: scale(1.02);
    transition: 0.5s;
}
.heading{
    text-align: center;
}
.wrapper {
    padding: 20px;
    display: flex;
    overflow: scroll;
}
.img-col {
    height: fit-content;
    display: grid;
    width: fit-content;
}
img#img-col1 {
    width: 150px;
}
.col-3{
    width: fit-content!important;
    padding: 10px;
    margin: 14px;
    border-radius: 10px;
    box-shadow: 2px 2px 25px #e3917a;
    text-align: center;
    transition: 0.4s;
}
.col-3:hover{
    transition: 0.4s;
    transform: scale(1.03);
}
img.card-img-top {
    width: 50%;
}
.button {
    display: flex;
    margin: auto;
    padding: 23px;
}
a{
    text-decoration: none !important;
    color: black !important;
}
button.btn.btn-light {
    margin-inline: 15px;
    padding: 10px;
}
button.btn.btn-light:hover {
    transform: scale(1.02);
    background: #e3917a;
}

@media (max-width: 450px) {
    .holder {
        margin-left: 40px !important;
        margin-bottom: 33px !important;
        display: flex;
        margin: auto;
    }
    div#col_card {
        display: block;
    }
}