.samcustomCss {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}
 
.samcustomCss h2, h3{
    margin: 20px 0 20px 0px !important;
}
.samcustomCss h2{
    font-size: 32px;
    font-weight: 500;
}
.samcustomCss h3{
    font-size: 28px;
}
.samcustomCss p{
    margin: 0 0 10px !important;
    font-size: 16px;
    line-height: 1.5;
}
.samcustomCss ul{
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}  
.samcustomCss li{
    font-size: 16px;
    line-height: 1.5;
}
.samcustomCss a{
    color: var(--primary) !important;
    text-decoration: none !important;
}

.samcustomCss br {
    display: none;
}
.samcustomCss embed{
    width: 800px
}
.samcustomCss .btn-cont {
    display: flex; 
    flex-wrap: wrap; 
    margin: 20px auto;
    justify-content: space-evenly;
}
.samcustomCss .sam-btn {
    color: var(--white) !important;
    background-color: var(--primary);
    transition: var(--transition);
    width: 275px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin: 10px;
    padding: 8px;

}  
.samcustomCss .samClusterImages embed{
    width: 350px !important;
}
.samcustomCss .samFlexRow embed{
    width: 350px !important;
}
.samcustomCss .samFlexBox {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 15px;
}

.samcustomCss .samFlexRow {
    display: flex;
    gap: 10%;
    align-items: center;
    margin: 20px 0;
}

@media (max-width: 767px) {
    .samcustomCss .samFlexRow {
        flex-direction: column;
    }
}