.spartan-custom-div3 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../components/png/spartan4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.spartan-custom-div1 {
    position: absolute;
    top: 100px;
    left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
    text-align: left;
}

.spartan-custom-div1 p,
.spartan-custom-div1 a {
    color: white;
}

.spartan-custom-div1 h1 {
    font-size: 50px;
    margin-bottom: 0px;
}

.spartan-custom-div1 p {
    font-size: 20px;
}

.spartan-custom-div1 a {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    border: 2px solid white;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: rgba(89, 96, 104, 0.5);
}

.spartan-custom-div2 {
    color: white;
}

.spartan-border {
    border-left: rgb(185, 174, 174) 3px solid;
}

@media (max-width: 768px) {

    .spartan-custom-div1 h1 {
        font-size: 36px; 
    }
    
    .spartan-custom-div1 p {
        font-size: 18px;
    }
    
    .spartan-custom-div1 a {
        font-size: 1em;
        padding: 4px 15px;
    }
}