
.side-component * {
    transition: all 0.3s linear;
}

.side-component {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .side-component .first-row {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .side-component .first-row .first-first {
            height: 100%;
            width: 312px;
            background-repeat: no-repeat;
            background-size: cover;
            /* background-color: rgba(0, 68, 122, 1); */
            /* background-blend-mode: hard-light, normal; */
            padding: 24px;
        }

            .side-component .first-row .first-first .first-first-text {
                color: rgba(255, 255, 255, 0.80);
                color: #FFF;
                text-align: center;
                text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
                /* Desktop/Legal */
                font-family: "Sen-Regular";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%;
                margin-bottom: unset;
                text-transform: uppercase;
            }

            .side-component .first-row .first-first .first-first-header {
                color: #FFF;
                text-align: center;
                text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
                /* Desktop/Legal */
                font-family: "Sen-Regular";
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 130%;
                text-transform: none;
            }

            .side-component .first-row .first-first .first-first-main {
                display: flex;
                flex-direction: column;
            }

                .side-component .first-row .first-first .first-first-main:hover .first-first-main-image {
                    transform: scale(1.05);
                }

                .side-component .first-row .first-first .first-first-main .first-first-main-image {
                    aspect-ratio: 186 / 241;
                    height: 241px;
                }

                .side-component .first-row .first-first .first-first-main .choose-program {
                    display: flex;
                    padding: 12px 16px;
                    justify-content: center;
                    align-items: center;
                    align-self: stretch;
                    background: #FFF;
                    max-width: 264px;
                    justify-self: center;
                    color: var(--Dark, #333);
                    /* General/Button */
                    font-family: "Sen-Regular";
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 130%; /* 18.2px */
                    letter-spacing: 0.56px;
                    text-transform: uppercase;
                    z-index: 1;
                }


        .side-component .first-row .first-second {
            height: 100%;
            width: 312px;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 24px;
        }

            .side-component .first-row .first-second .first-second-text {
                color: var(--Dark, #333);
                text-align: center;
                /* Desktop/Legal */
                font-family: "Sen-Regular";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%; /* 18.2px */
                margin-bottom: unset;
                text-transform: uppercase;
            }

            .side-component .first-row .first-second .first-second-header {
                color: var(--Dark, #333);
                text-align: center;
                /* Desktop/Legal */
                font-family: "Sen-Regular";
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 130%;
            }

            .side-component .first-row .first-second .first-second-main {
                display: flex;
                flex-direction: column;
            }

                .side-component .first-row .first-second .first-second-main:hover .first-second-main-image {
                    transform: scale(1.05);
                }

                .side-component .first-row .first-second .first-second-main .first-second-main-image {
                    aspect-ratio: 186 / 241;
                    height: 241px;
                    object-fit: contain;
                }

                .side-component .first-row .first-second .first-second-main .choose-program {
                    display: flex;
                    padding: 12px 16px;
                    justify-content: center;
                    align-items: center;
                    align-self: stretch;
                    background: #FFF;
                    max-width: 264px;
                    justify-self: center;
                    color: var(--Dark, #333);
                    /* General/Button */
                    font-family: "Sen-Regular";
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 130%; /* 18.2px */
                    letter-spacing: 0.56px;
                    text-transform: uppercase;
                    z-index: 1;
                }

        .side-component .first-row a:hover {
            background: rgba(255, 255, 255, 0.80) !important;
        }

    .side-component .side-testimonial {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px;
        background: linear-gradient(0deg, rgba(99, 127, 154, 0.20) 0%, rgba(99, 127, 154, 0.20) 100%), #FFF;
    }

        .side-component .side-testimonial .quotation {
            width: 48px;
            height: 48px;
            margin-bottom: 10px;
        }

    .side-component .side-testimonial-title {
        color: var(--Dark, #333);
        text-align: center;
        /* Desktop/Legal */
        font-family: "Sen-Regular";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18.2px */
        margin-bottom: unset;
    }

    .side-component .side-testimonial-header {
        color: var(--Dark, #333);
        text-align: center;
        /* Desktop/Lead */
        font-family: "Sen-Regular";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 31.2px */
        margin-bottom: 24px;
    }


    .side-component .side-testimonial-body {
        color: var(--Dark, #333);
        /* Desktop/Body 2 */
        font-family: "AnekLatin-Regular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        margin-bottom: 31px;
        ;
    }

    .side-component .side-testimonial-author {
        color: var(--Dark, #333);
        text-align: center;
        /* Desktop/Heading 4 */
        font-family: "Sen-Regular";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 24px */
        text-transform: capitalize;
    }

    .side-component .side-testimonial-job-title {
        color: var(--Dark, #333);
        text-align: center;
        /* Desktop/Body 2 */
        font-family: "AnekLatin-Regular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }

    .side-component .side-testimonial .read-more-testimonial {
        display: flex;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background: #FFF;
        max-width: 264px;
        justify-self: center;
        color: var(--Dark, #333);
        /* General/Button */
        font-family: "Sen-Regular";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 18.2px */
        letter-spacing: 0.56px;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 24px;
    }

        .side-component .side-testimonial .read-more-testimonial:hover {
            background: rgba(255, 255, 255, 0.80) !important;
        }

@media only screen and (max-width: 991px) {
    .side-component {
        row-gap: 20px;
    }

        .side-component .first-row {
            flex-direction: row;
            justify-content: space-between;
        }

            /*        .side-component .first-row .first-first {
            height: 412px;
        }

        .side-component .first-row .first-second {
            height: 412px;
        }*/

            .side-component .first-row .first-first {
                width: 50%;
            }

            .side-component .first-row .first-second {
                width: 50%;
            }

        .side-component .side-testimonial .read-more-testimonial {
            align-self: unset;
            width: 100%;
        }

        .side-component .first-row {
            column-gap: 20px;
        }

            .side-component .first-row .first-first .first-first-header {
                font-size: 20px;
            }

            .side-component .first-row .first-second .first-second-header {
                font-size: 20px;
            }
}

@media only screen and (max-width: 767px) {
    .side-component .first-row {
        flex-direction: column;
        column-gap: unset;
        row-gap: 20px;
    }

        .side-component .first-row .first-first {
            width: 100%;
        }

        .side-component .first-row .first-second {
            width: 100%;
        }
}
